ODBC connection string

cBarry263

Active member
Joined
Oct 29, 2005
Messages
42
Location
Maryland
Programming Experience
Beginner
I'm trying to connect to an IBM DB2 database. When I try to do Dim sqlConn As New SqlConnection(
"Driver={IBM DB2 ODBC DRIVER};.......) and run the program, I get an error saying "driver" is not a specified keyword. Anyone have any ideas? Can I even use SqlConnection to try to connect to DB2?
 
Back
Top