Click or drag to resize

GM_DBUtilDBTestConnection Method

Test the input connection string to see if it can be used to connect to the database

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 DBTestConnection(
	string aConnectionStr
)

Parameters

aConnectionStr
Type: SystemString
IN: Connection parameter string

Return Value

Type: GM_Error_t32
A GM Error Code
See Also