Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » DatabaseManager class

 

connect method

Connects to an existing database based on a Configuration and returns the Connection.

Syntax
Connection DatabaseManager.connect(
  Configuration config
) throws ULjException
Parameters
  • config   The Configuration for the existing database.

See also
Returns

A Connection to the existing database.