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.Database
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
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