The user name and password to use to log in to a database.

Property of

Database

Description

Some databases require that you log in to them to access their tables. When you set the Database 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.