Click here to Skip to main content
15,929,025 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Simple SELECT statement not working Pin
Christian Graus28-Nov-05 16:02
protectorChristian Graus28-Nov-05 16:02 
QuestionRe: Simple SELECT statement not working Pin
Desert_Dude29-Nov-05 6:43
Desert_Dude29-Nov-05 6:43 
AnswerRe: Simple SELECT statement not working Pin
Christian Graus29-Nov-05 12:07
protectorChristian Graus29-Nov-05 12:07 
GeneralRe: Simple SELECT statement not working Pin
Desert_Dude29-Nov-05 12:13
Desert_Dude29-Nov-05 12:13 
GeneralRe: Simple SELECT statement not working Pin
Christian Graus29-Nov-05 12:21
protectorChristian Graus29-Nov-05 12:21 
AnswerRe: Simple SELECT statement not working Pin
Scott Serl29-Nov-05 7:04
Scott Serl29-Nov-05 7:04 
GeneralRe: Simple SELECT statement not working Pin
Desert_Dude29-Nov-05 7:17
Desert_Dude29-Nov-05 7:17 
GeneralRe: Simple SELECT statement not working Pin
Scott Serl29-Nov-05 9:12
Scott Serl29-Nov-05 9:12 
A DataSet is a DataSet, but an OledbCOnnection is not a SQLConnection. The code you posted looked OK, so if you just replace all SQLClient.SQLConnection objects with OleDb.OledbConnection, and replace all SQLClient.SQLCommand objects with OleDb.OledbCommand and replace all SQLClient.SQLDataReader objects with OleDb.OledbDataReader, and replace all SQLClient.SQLDataAdapter objects with OleDb.OleDbDataAdapter, it should work. DataSets are database-neutral, so don't have to be changed.
GeneralRe: Simple SELECT statement not working Pin
Desert_Dude29-Nov-05 10:06
Desert_Dude29-Nov-05 10:06 
QuestionHow to give a version information in .NET ? Pin
binilsan28-Nov-05 14:52
binilsan28-Nov-05 14:52 
AnswerRe: How to give a version information in .NET ? Pin
Christian Graus28-Nov-05 15:30
protectorChristian Graus28-Nov-05 15:30 
GeneralRe: How to give a version information in .NET ? Pin
binilsan28-Nov-05 16:06
binilsan28-Nov-05 16:06 
Questioninstallation problem Pin
Tea152328-Nov-05 14:27
Tea152328-Nov-05 14:27 
QuestionCalculating check box values Pin
bob107028-Nov-05 13:52
bob107028-Nov-05 13:52 
AnswerRe: Calculating check box values Pin
Christian Graus28-Nov-05 15:33
protectorChristian Graus28-Nov-05 15:33 
AnswerRe: Calculating check box values Pin
Roy Heil29-Nov-05 7:30
professionalRoy Heil29-Nov-05 7:30 
QuestionScanning ? Pin
Lucktas28-Nov-05 9:19
Lucktas28-Nov-05 9:19 
AnswerRe: Scanning ? Pin
Ray Cassick28-Nov-05 11:44
Ray Cassick28-Nov-05 11:44 
GeneralRe: Scanning ? Pin
Lucktas28-Nov-05 20:47
Lucktas28-Nov-05 20:47 
QuestionHELP-VOice Recognition- Visual Basic Pin
jakabo28-Nov-05 8:47
jakabo28-Nov-05 8:47 
QuestionConnecting to DB using ini-file(HOW TO) Pin
djmd6028-Nov-05 7:57
djmd6028-Nov-05 7:57 
AnswerRe: Connecting to DB using ini-file(HOW TO) Pin
Vanting28-Nov-05 8:15
Vanting28-Nov-05 8:15 
GeneralRe: Connecting to DB using ini-file(HOW TO) Pin
djmd602-Dec-05 10:31
djmd602-Dec-05 10:31 
QuestionSaving an Image Pin
Anindya Chatterjee28-Nov-05 0:16
Anindya Chatterjee28-Nov-05 0:16 
AnswerRe: Saving an Image Pin
prathiba_naresh28-Nov-05 0:50
prathiba_naresh28-Nov-05 0:50 

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.