Click or drag to resize

CSEMPLOTIImportDatabaseODBC Method (CGXNETCore, String, String)

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,
	ref string temp
)

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