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

SQL Anywhere 11.0.0 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference

 

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