 | CSEMPLOTIImportDatabaseODBC Method (CGXNETCore, String, Int32, String, Int32) |
Generate a template file for importing ODBC databases.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void IImportDatabaseODBC(
CGXNETCore gxNetShared,
ref string connection,
int connection_size,
ref string temp,
int temp_size
)
public static void IImportDatabaseODBC(
CGXNETCore gxNetShared,
ref string connection,
int connection_size,
ref string temp,
int temp_size
)
Public Shared Sub IImportDatabaseODBC (
gxNetShared As CGXNETCore,
ByRef connection As String,
connection_size As Integer,
ByRef temp As String,
temp_size As Integer
)
Public Shared Sub IImportDatabaseODBC (
gxNetShared As CGXNETCore,
ByRef connection As String,
connection_size As Integer,
ByRef temp As String,
temp_size As Integer
)
public:
static void IImportDatabaseODBC(
CGXNETCore^ gxNetShared,
String^% connection,
int connection_size,
String^% temp,
int temp_size
)
public:
static void IImportDatabaseODBC(
CGXNETCore^ gxNetShared,
String^% connection,
int connection_size,
String^% temp,
int temp_size
)
static member IImportDatabaseODBC :
gxNetShared : CGXNETCore *
connection : string byref *
connection_size : int *
temp : string byref *
temp_size : int -> unit
static member IImportDatabaseODBC :
gxNetShared : CGXNETCore *
connection : string byref *
connection_size : int *
temp : string byref *
temp_size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - connection
- Type: SystemString
Connection string (input and returned) - connection_size
- Type: SystemInt32
Connection string buffer size - temp
- Type: SystemString
Template file (returned) - temp_size
- Type: SystemInt32
Templage file buffer size
See Also