Click here to Skip to main content
15,887,485 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionInstalled components on a Windows Server 2008 Pin
SharaRom11-Jun-09 2:01
SharaRom11-Jun-09 2:01 
QuestionRe: Installed components on a Windows Server 2008 Pin
led mike11-Jun-09 4:59
led mike11-Jun-09 4:59 
AnswerRe: Installed components on a Windows Server 2008 Pin
SharaRom11-Jun-09 6:34
SharaRom11-Jun-09 6:34 
GeneralRe: Installed components on a Windows Server 2008 Pin
led mike11-Jun-09 6:42
led mike11-Jun-09 6:42 
AnswerRe: Installed components on a Windows Server 2008 Pin
SharaRom14-Jun-09 21:26
SharaRom14-Jun-09 21:26 
Questionhow can i get full view of items in combo box? Pin
TARAK NATH ROY11-Jun-09 1:55
TARAK NATH ROY11-Jun-09 1:55 
QuestionRe: how can i get full view of items in combo box? Pin
led mike11-Jun-09 4:55
led mike11-Jun-09 4:55 
Questionread quary in vb.net Pin
RAJAGOPALMS7610-Jun-09 21:53
RAJAGOPALMS7610-Jun-09 21:53 
Dim con As OleDb.OleDbConnection
Dim cmd As New OleDb.OleDbCommand
Dim dataap As New OleDb.OleDbDataAdapter
Dim ds As New DataSet
Dim c, i As Integer

con = New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\NEWPROJECT\data.mdb")
con.Open()
dataap = New OleDb.OleDbDataAdapter("Select name from one where no = " & TextBox1.Text & "", con)
dataap.Fill(ds)
c = ds.Tables("one").Rows.Count
i = 0

But the following is not working or not allowed
Dim dr As DataRow

will any one to help any command using instead of DataRow
OR
any other mode of display or view command in VB.Net ver. 2005

rajagopal
AnswerRe: read quary in vb.net Pin
Colin Angus Mackay10-Jun-09 22:36
Colin Angus Mackay10-Jun-09 22:36 
GeneralRe: read quary in vb.net Pin
RAJAGOPALMS7611-Jun-09 0:34
RAJAGOPALMS7611-Jun-09 0:34 
AnswerRe: read quary in vb.net Pin
vinod rcf10-Jun-09 23:24
vinod rcf10-Jun-09 23:24 
GeneralRe: read quary in vb.net Pin
RAJAGOPALMS7611-Jun-09 0:28
RAJAGOPALMS7611-Jun-09 0:28 
QuestionActive Directory user removal from the group is not working. [modified] Pin
sxd9mm10-Jun-09 5:34
sxd9mm10-Jun-09 5:34 
AnswerRe: Active Directory user removal from the group is not working. Pin
Leonscape10-Jun-09 11:42
Leonscape10-Jun-09 11:42 
GeneralRe: Active Directory user removal from the group is not working. Pin
sxd9mm11-Jun-09 3:51
sxd9mm11-Jun-09 3:51 
QuestionCrystal Report 11 R2 and Excel as OLE Object Pin
Golden Guy9-Jun-09 5:13
Golden Guy9-Jun-09 5:13 
AnswerRe: Crystal Report 11 R2 and Excel as OLE Object Pin
DJ Matthews12-Jun-09 6:55
DJ Matthews12-Jun-09 6:55 
QuestionWhat/where is the "UtilityLibrary" Pin
berntie9-Jun-09 3:39
berntie9-Jun-09 3:39 
AnswerRe: What/where is the "UtilityLibrary" Pin
Luc Pattyn9-Jun-09 3:50
sitebuilderLuc Pattyn9-Jun-09 3:50 
GeneralRe: What/where is the "UtilityLibrary" Pin
berntie9-Jun-09 4:07
berntie9-Jun-09 4:07 
QuestionMultiple recursion & recursion? Pin
Ali_1008-Jun-09 23:54
Ali_1008-Jun-09 23:54 
AnswerRe: Multiple recursion & recursion? Pin
molesworth9-Jun-09 1:04
molesworth9-Jun-09 1:04 
GeneralRe: Multiple recursion & recursion? Pin
kanagarajm3-May-10 7:31
kanagarajm3-May-10 7:31 
AnswerRe: Multiple recursion & recursion? Pin
Colin Angus Mackay9-Jun-09 1:54
Colin Angus Mackay9-Jun-09 1:54 
AnswerRe: Multiple recursion & recursion? Pin
Luc Pattyn9-Jun-09 2:35
sitebuilderLuc Pattyn9-Jun-09 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.