Click or drag to resize
CSEMPLOTIImportDatabaseODBC Method (CGXNETCore, String, String)
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,
	ref string temp
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
connection
Type: SystemString
Connection string (input and returned)
temp
Type: SystemString
Template file (returned)
See Also