ODBCDatabase.ConnectionInfo
From Xojo Documentation
Method
ODBCDatabase.ConnectionInfo(Attribute as Integer) As Variant
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Returns general information about the driver and data source associated with a connection.
Returns a Variant that contains either a String or an Integer, based on the attribute.
Notes
ODBCConstant contains integer values that you can use with this function.
References
Example
Check if the connected ODBC database supports stored procedures: