GM_DBUtilDBTestConnection Method |
Test the input connection string to see if it can be used to connect to the database
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 DBTestConnection(
string aConnectionStr
)
Public Shared Function DBTestConnection (
aConnectionStr As String
) As GM_Error_t32
public:
static GM_Error_t32 DBTestConnection(
String^ aConnectionStr
)
Parameters
- aConnectionStr
- Type: SystemString
IN: Connection parameter string
Return Value
Type:
GM_Error_t32A GM Error Code
See Also