ODBCDatabase.GetInfo
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ODBCDatabase.ConnectionInfo as a replacement. |
Method
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: