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

 

createConfigurationFile method

Creates a Configuration with a file as the physical store and returns a ConfigFile.

Syntax
ConfigFile DatabaseManager.createConfigurationFile(
  String file_name
) throws ULjException
Parameters
  • file_name   The name of the file to use or create.

See also
Returns

The ConfigFile used to configure a database.