Click or drag to resize

GM_DBMakeConnectionString

Make a connection string from the input connection parameters.

Syntax
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBMakeConnectionString
(
char*                         aConnectionStr,   // OUT: The connection string buffer
uint32                        aBufferLength,    // IN:  The length of the connection string buffer
const GM_DBConnectionParms_t* aConnectionParms  // IN:  The connection parameters
);