Global Mapper SDK
GM_DBTestConnection
Test the input connection string to see if it can be used to connect to the database
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBTestConnection
(
const char* aConnectionStr // IN: Connection parameter string
);