Click or drag to resize

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
Syntax
public static void IImportDatabaseODBC(
	ref string connection,
	ref string temp
)

public static void IImportDatabaseODBC(
	ref string connection,
	ref string temp
)

Parameters

connection
Type: SystemString
Connection string (input and returned)
temp
Type: SystemString
Template file (returned)
See Also