Click or drag to resize

CGUIiConfigureConnection Method (IWin32Window, String, Int32, String, Int32, String, Int32)

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(
	IWin32Window owner,
	ref string connect,
	int connect_size,
	ref string temp,
	int temp_size,
	ref string table,
	int table_size
)

public static int iConfigureConnection(
	IWin32Window owner,
	ref string connect,
	int connect_size,
	ref string temp,
	int temp_size,
	ref string table,
	int table_size
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
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