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

.NET (Core and Framework)

 
GeneralRe: Natural Language Processsing in .Net Pin
MindDevel@per12-Jun-09 0:19
MindDevel@per12-Jun-09 0:19 
GeneralRe: Natural Language Processsing in .Net Pin
Dave Kreskowiak12-Jun-09 4:11
mveDave Kreskowiak12-Jun-09 4:11 
GeneralRe: Natural Language Processsing in .Net Pin
molesworth12-Jun-09 6:39
molesworth12-Jun-09 6:39 
GeneralRe: Natural Language Processsing in .Net Pin
Luc Pattyn12-Jun-09 7:18
sitebuilderLuc Pattyn12-Jun-09 7:18 
GeneralRe: Natural Language Processsing in .Net Pin
MindDevel@per14-Jun-09 17:42
MindDevel@per14-Jun-09 17:42 
GeneralRe: Natural Language Processsing in .Net Pin
annathor15-Jun-09 2:27
annathor15-Jun-09 2:27 
QuestionRe: Natural Language Processsing in .Net [modified] Pin
MindDevel@per15-Jun-09 17:45
MindDevel@per15-Jun-09 17:45 
AnswerRe: Natural Language Processsing in .Net Pin
Eddy Vluggen13-Jun-09 7:55
professionalEddy Vluggen13-Jun-09 7:55 
GeneralRe: Natural Language Processsing in .Net Pin
Demoomed15-Jul-09 17:27
Demoomed15-Jul-09 17:27 
QuestionCrystal Reports Pin
mbuyu11-Jun-09 22:02
mbuyu11-Jun-09 22:02 
AnswerRe: Crystal Reports Pin
DJ Matthews12-Jun-09 6:52
DJ Matthews12-Jun-09 6:52 
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 

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.