Click or drag to resize

CDUScanADO Method

Scans an external ADO database and generates a default template.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ScanADO(
	CGXNETCore gxNetShared,
	string connect,
	string table,
	string templ
)

public static void ScanADO(
	CGXNETCore gxNetShared,
	string connect,
	string table,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
connect
Type: SystemString
Database connection string
table
Type: SystemString
Database Table Name
templ
Type: SystemString
Template file name to Create
Remarks
All the channels are listed
See Also