 | CSEMPLOTIImportDatabaseODBC Method (String, String) |
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,
ref string temp
)
public static void IImportDatabaseODBC(
ref string connection,
ref string temp
)
Public Shared Sub IImportDatabaseODBC (
ByRef connection As String,
ByRef temp As String
)
Public Shared Sub IImportDatabaseODBC (
ByRef connection As String,
ByRef temp As String
)
public:
static void IImportDatabaseODBC(
String^% connection,
String^% temp
)
public:
static void IImportDatabaseODBC(
String^% connection,
String^% temp
)
static member IImportDatabaseODBC :
connection : string byref *
temp : string byref -> unit
static member IImportDatabaseODBC :
connection : string byref *
temp : string byref -> unit
Parameters
- connection
- Type: SystemString
Connection string (input and returned) - temp
- Type: SystemString
Template file (returned)
See Also