Description
Remember and use last successful login credentials as parameters to subsequent calls of McDBDatabase.Open.
-
Property type
-
A Boolean value.
-
Syntax
-
object.SaveLoginCredentials [= value]
The SaveLoginCredentials Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabases. | | value | A Boolean value. | Remarks
Secure databases require login negotiation before they can be opened. To facilitate this process, the Database Engine is capable of remembering the last set of login credentials used and automatically passing them on, as necessary, when opening additional databases. The Database Engine adopts this behavior when this property's value is True.
|