OracleDatabase.Debug
From Xojo Documentation
Property (As Integer )
aOracleDatabase.Debug = newIntegerValue
or
IntegerValue = aOracleDatabase.Debug
Supported for all project types and targets.
or
IntegerValue = aOracleDatabase.Debug
Supported for all project types and targets.
Controls whether debugging is on. The default is 0 (debugging off).
Notes
When Debug = 1, debugging information is logged to the console.
Example
Enable debugging:
// db is an existing OracleDatabase connection
db.Debug = 1
db.Debug = 1