Contents Index User authentication parameters User ID connection parameter

UltraLite Database User's Guide
  Connection Parameters
    User authentication parameters

Password connection parameter


Function 

A password for the user. Passwords are case insensitive if the database is case insensitive and case sensitive if the database is case sensitive.

Syntax 
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.

Usage 

Anywhere

Values 

String

Default 

SQL

Description 

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.

Example 

Contents Index User authentication parameters User ID connection parameter