Global Mapper SDK
GM_DBGetTableList
Gets a list of the tables in the specified spatial database
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBGetTableList
(
GM_DB_TableList_t32* aTableList, // OUT: Table list handle
const char* aConnectionInfo // IN: Connection string or database file name
);