AutoConnect Property
- Last UpdatedJan 29, 2021
- 1 minute read
Gets or sets a value that determines whether the control automatically connects to the database at run time.
Data Type
Integer
Default
False
Syntax
Object.AutoConnect [= Integer]
Value
Integer
An integer expression specifying whether the control connects to the database at run time.
True = Connects to the database.
False = (Default) Does not connect to the database.
Remarks
You must explicitly call the Connect() method to connect to the database.