 | CGUIiConfigureConnection Method (CGXNETCore, String, Int32, String, Int32, String, Int32) |
Configures connection string from ODBC database data.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iConfigureConnection(
CGXNETCore gxNetShared,
ref string connect,
int connect_size,
ref string temp,
int temp_size,
ref string table,
int table_size
)
public static int iConfigureConnection(
CGXNETCore gxNetShared,
ref string connect,
int connect_size,
ref string temp,
int temp_size,
ref string table,
int table_size
)
Public Shared Function iConfigureConnection (
gxNetShared As CGXNETCore,
ByRef connect As String,
connect_size As Integer,
ByRef temp As String,
temp_size As Integer,
ByRef table As String,
table_size As Integer
) As Integer
Public Shared Function iConfigureConnection (
gxNetShared As CGXNETCore,
ByRef connect As String,
connect_size As Integer,
ByRef temp As String,
temp_size As Integer,
ByRef table As String,
table_size As Integer
) As Integer
public:
static int iConfigureConnection(
CGXNETCore^ gxNetShared,
String^% connect,
int connect_size,
String^% temp,
int temp_size,
String^% table,
int table_size
)
public:
static int iConfigureConnection(
CGXNETCore^ gxNetShared,
String^% connect,
int connect_size,
String^% temp,
int temp_size,
String^% table,
int table_size
)
static member iConfigureConnection :
gxNetShared : CGXNETCore *
connect : string byref *
connect_size : int *
temp : string byref *
temp_size : int *
table : string byref *
table_size : int -> int
static member iConfigureConnection :
gxNetShared : CGXNETCore *
connect : string byref *
connect_size : int *
temp : string byref *
temp_size : int *
table : string byref *
table_size : int -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - connect
- Type: SystemString
Connection string - connect_size
- Type: SystemInt32
Size of connection string returned - temp
- Type: SystemString
Template to make - temp_size
- Type: SystemInt32
Size of template string returned - table
- Type: SystemString
Name of table - table_size
- Type: SystemInt32
Size of table name string
Return Value
Type:
Int32
0 - OK
-1 - Cancel
Remarks
See Also