GM_DBUtil . DBTestConnection Method
Test the input connection string to see if it can be used to connect to the database

Namespace:GlobalMapper.Database
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    DBTestConnection
                                    (
                                    string
                                    aConnectionStr
)
                                

Parameters

aConnectionStr
Type:  System . String
IN: Connection parameter string

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also