Specifies the user ID with which you connect to the database. The value must be an authenticated user for the database.
UID=user
If you do not set the UID and PWD, UltraLite opens connections with UID=DBA and PWD=sql.
Every user of a database has a user ID. UltraLite supports up to four user ID/password combinations.
UltraLite user IDs are separate from MobiLink user names and from other SQL Anywhere user IDs. You cannot change a user ID once it is created. Instead, you must delete the user ID and then add a new one.
You cannot set the UID to NULL or an empty string. The maximum length for a user ID is 31 characters. User IDs are case insensitive.
Any leading or trailing spaces in parameter values are ignored. This connection parameter's value cannot include leading single quotes, leading double quotes, or semicolons.
The following connection string fragment supplies the user ID DBA and password sql for a database:
"UID=DBA;PWD=sql" |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |