GM_DBSelectExportTable |
Displays a dialog that allows the user to select a table to export data.
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBSelectExportTable ( char* aTable, // OUT: Buffer for storing table name uint32 aBufferLength, // IN: The length of the table name buffer boolean* aTableExists, // OUT: Indicates whether or not the selected table exists const char* aConnectionStr // IN: Connection parameter string or database file name );
Copyright © 2020 Blue Marble Geographics. All Rights Reserved