MSSQLServerDatabase.Timeout
From Xojo Documentation
Property (As Integer )
aMSSQLServerDatabase.Timeout = newIntegerValue
or
IntegerValue = aMSSQLServerDatabase.Timeout
Supported for all project types and targets.
or
IntegerValue = aMSSQLServerDatabase.Timeout
Supported for all project types and targets.
The connection timeout value (in seconds). The default is 30.
Example
Sets the timeout to 60 seconds:
// db is a MSSQLServerDatabase
db.Timeout = 60
db.Timeout = 60