ODBC How To
It is possible to execute set of predefined commands when using ODBC Connectivity. These commands directly map to ODBC API functions. See ODBC documentation for parameter description.
Available ODBC API commands:
=SQLTables (Catalog, Schema, ObjectType)
=SQLColumns (Catalog, Schema, Table)
=SQLSpecialColumns (Catalog, Schema, Table)
=SQLPrimaryKeys (Catalog, Schema, Table)
=SQLForeignKeys (Catalog, Schema, Table)
=SQLProcedures (Catalog, Schema, ObjectType)
=SQLProceduresColumns (Catalog, Schema, Procedure)