Click or drag to resize
CSEMPLOTIImportDatabaseODBC Method (CGXNETCore, String, Int32, String, Int32)
Generate a template file for importing ODBC databases.

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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