Click or drag to resize

CDUScanADO Method

Scans an external ADO database and generates a default template.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ScanADO(
	string connect,
	string table,
	string templ
)

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

Parameters

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