 | CGUIiConfigureConnection Method (CGXNETCore, IWin32Window, 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
Syntaxpublic static int iConfigureConnection(
CGXNETCore gxNetShared,
IWin32Window owner,
ref string connect,
ref string temp,
ref string table
)
public static int iConfigureConnection(
CGXNETCore gxNetShared,
IWin32Window owner,
ref string connect,
ref string temp,
ref string table
)
Public Shared Function iConfigureConnection (
gxNetShared As CGXNETCore,
owner As IWin32Window,
ByRef connect As String,
ByRef temp As String,
ByRef table As String
) As Integer
Public Shared Function iConfigureConnection (
gxNetShared As CGXNETCore,
owner As IWin32Window,
ByRef connect As String,
ByRef temp As String,
ByRef table As String
) As Integer
public:
static int iConfigureConnection(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
String^% connect,
String^% temp,
String^% table
)
public:
static int iConfigureConnection(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
String^% connect,
String^% temp,
String^% table
)
static member iConfigureConnection :
gxNetShared : CGXNETCore *
owner : IWin32Window *
connect : string byref *
temp : string byref *
table : string byref -> int
static member iConfigureConnection :
gxNetShared : CGXNETCore *
owner : IWin32Window *
connect : string byref *
temp : string byref *
table : string byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - 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