Applications and users can use ODBC API functions to access xBase metadata through the ODBC driver without the need to write SQL queries.
The driver supports standard ODBC functions that allow metadata retrieval through the API. These functions include SQLColumns, SQLForeignKeys, SQLPrimaryKeys, SQLTables, and more.
For a complete list of supported functions and detailed descriptions, see ODBC functions for metadata retrieval.