Click or drag to resize

CGUIiConfigureConnection Method (CGXNETCore, String, String, String)

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
Syntax
public static int iConfigureConnection(
	CGXNETCore gxNetShared,
	ref string connect,
	ref string temp,
	ref string table
)

public static int iConfigureConnection(
	CGXNETCore gxNetShared,
	ref string connect,
	ref string temp,
	ref string table
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
connect
Type: SystemString
Connection string
temp
Type: SystemString
Template to make
table
Type: SystemString
Name of table

Return Value

Type: Int32
0 - OK -1 - Cancel
Remarks