Click or drag to resize

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
Syntax
public 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
)

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