Gets and sets the database login timeout. | |
Syntax: | long = object.LoginTimeout object.LoginTimeout = long |
Description: | LoginTimeout is the number of seconds to wait for a database connection to complete. A value of 0 means there is no timeout. This property needs to be set before invoking any methods that access the database. |