Click or drag to resize
CDUDAOTableNames Method
Scans a DAO-compliant database and returns the table names in a VV

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The VV must be created to hold strings of length <define>STR_DB_SYMBOL</define>; i.e. use Creat_VV(-<define>STR_DB_SYMBOL</define>, 0), or it will assert.
Syntax
public static void DAOTableNames(
	CGXNETCore gxNetShared,
	string file,
	string type,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Database file name
type
Type: SystemString
Database Type
vv
Type: GeoEngine.Core.GXNetXCVV
VV to return names in
See Also