UltraLite User's Guide
Developing UltraLite Java Applications
UltraLite API reference
Class JdbcDatabase
Connection connect( )
Connection connect( String user, String password )
Connection connect( String user, String password, Properties info )
Connects to an UltraLite database. The user name and password are checked only when user authentication has been enabled with JdbcSupport.enableUserAuthentication.
user A user name that can connect to the database.
password A string that must be entered as a password when connecting.
info A Properties object holding the user name and password.
A JDBC Connection object.
java.sql.SQLException