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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The VV must be created to hold strings of length STR_DB_SYMBOL; i.e. use Creat_VV(-STR_DB_SYMBOL, 0), or it will assert.
Syntax
public static void DAOTableNames(
	string str1,
	string str2,
	CVV oVV3
)

Parameters

str1
Type: SystemString
Database file name
str2
Type: SystemString
Database Type
oVV3
Type: GeoEngine.Core.GXNetCVV
VV to return names in
See Also