UltraLite Database User's Guide
Connection Parameters
User authentication parameters
A password for the user. Passwords are case insensitive if the database is case insensitive and case sensitive if the database is case sensitive.
Interface | Connection parameter |
---|---|
UltraLite for MobileVB | Password |
UltraLite ActiveX | Password |
UltraLite.NET | Password |
Native UltraLite for Java | password |
Connection string | { password | PWD } |
For information about using the connection parameter, see Specifying connection parameters.
Anywhere
String
SQL
Every user of a database has a password. The password must be supplied for the user to be allowed to connect to the database.
The Password (PWD) connection parameter is not encrypted.
The following connection string fragment supplies the user ID DBA and password SQL.
"UID=DBA;PWD=SQL;schema_file=MyOrders.usm"