Previous Topic

Next Topic

Connect to the JDBC Driver Using DriverManager.GetConnection

To connect to a c-treeACE SQL database through the c-treeACE SQL JDBC Driver, an application specifies:

  • A database connection string in the form of a JDBC URL
  • User authentication detail (user name and password)

Applications specify this information as arguments to the DriverManager.GetConnection() method.