GM_DBUtil . DBMakeConnectionString Method
Make a connection string from the input connection parameters

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

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    DBMakeConnectionString
                                    (
                                    out
                                    string
                                    aConnectionStr
                                    ,
                                    uint
                                    aBufferLength
                                    ,
                                    GM_DBConnectionParams_t
                                    aConnectionParams
)
                                

Parameters

aConnectionStr
Type:  System . String
OUT: The connection string buffer
aBufferLength
Type:  System . UInt32
IN: The length of the connection string buffer
aConnectionParams
Type:  GlobalMapper . GM_DBConnectionParams_t
IN: The connection parameters

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also