 | CSEMPLOTIImportDatabaseODBC Method (String, Int32, String, Int32) |
Generate a template file for importing ODBC databases.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IImportDatabaseODBC(
ref string connection,
int connection_size,
ref string temp,
int temp_size
)
public static void IImportDatabaseODBC(
ref string connection,
int connection_size,
ref string temp,
int temp_size
)
Public Shared Sub IImportDatabaseODBC (
ByRef connection As String,
connection_size As Integer,
ByRef temp As String,
temp_size As Integer
)
Public Shared Sub IImportDatabaseODBC (
ByRef connection As String,
connection_size As Integer,
ByRef temp As String,
temp_size As Integer
)
public:
static void IImportDatabaseODBC(
String^% connection,
int connection_size,
String^% temp,
int temp_size
)
public:
static void IImportDatabaseODBC(
String^% connection,
int connection_size,
String^% temp,
int temp_size
)
static member IImportDatabaseODBC :
connection : string byref *
connection_size : int *
temp : string byref *
temp_size : int -> unit
static member IImportDatabaseODBC :
connection : string byref *
connection_size : int *
temp : string byref *
temp_size : int -> unit
Parameters
- 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