PROPERTY:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Indicates the information used to login to a data source.

 

 

 

 

PROPERTY OF:

 

 

ADODatabase

 

 

 

 

DEFAULT VALUE:

 

 

Empty string

 

 

 

 

 

DESCRIPTION:

 

 

Some databases require that you log in to them to access their tables.

 

When you set the ADODatabase object’s active property to true to open the connection, a login dialog will appear, prompting the user for the user name and password.

 

 

 

You can prevent the login dialog from appearing by setting the loginString property to a string containing a valid user name and password of the form "userName/password". 

 

 

 

If the user name and password provided through loginString are not valid, the login dialog will appear when you attempt to activate the database.