 |
help about using JDBC to access Microsoft SQL Server Express 2008 R2
I need to access a SQL server Express 2008 R2 database using JDBC. The java program is a simple connect set of instruccions. ... - Connection string: "jdbc:odbc:mydb;UID=me;PWD =secret" - Class.forName("sun.jdbc.od bc.JdbcOdb cDriver"); BR, ...
www.experts-exchange.com |
 |