LoginTimeout Property

The LoginTimeout specifies the maximum database connection timeout delay.

Applies to objects: Workspace.

Syntax

[[Let] RetVal = ] object.LoginTimeout

[Let] object.LoginTimeout = SetVal

The LoginTimeout property syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A Long type variable.
SetVal Required. A Long type variable.

Remarks

The default timeout delay is 15 seconds.

Example

.......

 

See Also

Workspace Object, QueryTimeout Property.