Global Mapper SDK
GM_DBSelectTable
Displays a dialog that allows the user to select one or more tables to load.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBSelectTable
(
GM_DB_TableList_t32* aTableList, // OUT: Handle for list of selected table names
const char* aConnectionStr // IN: Connection parameter string or database file name
);