Click or drag to resize
CDUScanADO Method
Scans an external ADO database and generates a default template.

Available since Oasis montaj version: 5.0.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
All the channels are listed
Syntax
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
See Also