Home » Unlabelled » How can you make the connection using JDBC? | Java JDBC
Wednesday, 15 February 2012
How can you make the connection using JDBC? | Java JDBC
In establishing a connection is to have the appropriate driver connect to the DBMS. The following line of code illustrates the general idea: E.g. String url = “jdbc:odbc:Fred”; Connection con = DriverManager.getConnection(url, “Fernanda”, “J8”);
No comments:
Post a Comment