Click or drag to resize

GM_DBSelectExportTable

Displays a dialog that allows the user to select a table to export data.

Syntax
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

);