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 » Configuration interface

 

setPassword method

Sets the database password.

Syntax
Configuration Configuration.setPassword(
  String password
) throws ULjException
Parameters
  • password   A password for a new database, or the password to gain access to an existing database.

Remarks

The password is used to gain access to the database, and must match the password specified when the database was created. The default is "dba".

Returns

This Configuration object with the password set.