MySQLCommunityServer.Timeout
From Xojo Documentation
Property (As Integer )
aMySQLCommunityServer.Timeout = newIntegerValue
or
IntegerValue = aMySQLCommunityServer.Timeout
Supported for all project types and targets.
or
IntegerValue = aMySQLCommunityServer.Timeout
Supported for all project types and targets.
The connection timeout value (seconds). The default is 15.
Example
// db is a MySQLCommunityServer database
db.Timeout = 60
db.Timeout = 60