Tuesday 27 December 2011

Connect command of ij to establish a connection with a database

The connect command loads a JDBC driver to establish the connection.
The command to establish a connection with a sample database is:


connect "jdbc:derby:sample";

No comments:

Post a Comment