 | 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
Syntaxpublic 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
)
Public Shared Function iConfigureConnection (
ByRef connect As String,
ByRef temp As String,
ByRef table As String
) As Integer
Public Shared Function iConfigureConnection (
ByRef connect As String,
ByRef temp As String,
ByRef table As String
) As Integer
public:
static int iConfigureConnection(
String^% connect,
String^% temp,
String^% table
)
public:
static int iConfigureConnection(
String^% connect,
String^% temp,
String^% table
)
static member iConfigureConnection :
connect : string byref *
temp : string byref *
table : string byref -> int
static member iConfigureConnection :
connect : string byref *
temp : string byref *
table : string byref -> int
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
See Also