Specifies parameters for opening a connection to an UltraLite database.
public class ConnectionParms
All members of ConnectionParms class, including all inherited members.
Name | Description |
---|---|
Returns the constructed connection string. | |
Specifies additional parameters as a semicolon-separated list of name=value pairs. | |
Specifies the size of the cache. | |
Specifies a name for the connection. | |
Specifies the path and filename of the UltraLite database on Windows Mobile. | |
Specifies the path and filename of the UltraLite database on Windows desktop platforms. | |
Specifies a key for encrypting the database. | |
Specifies the password for the user. | |
Specifies an authenticated user for the database. |
Databases are created with a single authenticated user, DBA, whose initial password is sql. By default, connections are opened using the DBA user ID and the sql password.
Use Connection.revokeConnectFrom to disable the default user. Use Connection.grantConnectTo to add a user or change a user's password,
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.
toString method
additionalParms variable
cacheSize variable
connectionName variable
databaseOnCE variable
databaseOnDesktop variable
encryptionKey variable
password variable
userID variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |