Click or drag to resize

CGUIiConfigureConnection Method (String, String, String)

Configures connection string from ODBC database data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iConfigureConnection(
	ref string connect,
	ref string temp,
	ref string table
)

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

Parameters

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