cBarry263
Active member
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?
"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?