ConnectionParms class

Specifies parameters for opening a connection to an UltraLite database.

Databases are created with a single authenticated user, DBA, whose initial password is sql. By default, connections are opened using the user ID DBA and password sql. To disable the default user, use Connection.revokeConnectFrom. To add a user or change a user's password, use Connection.grantConnectTo.

Currently, only one connection can be opened at any time. Only one database may be active at a given time. Attempts to open a connection to a different database while other connections are open result in an error.


Properties
toString method