Click or drag to resize

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

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