Click or drag to resize
CDUExportMDB Method
Export to a Microsoft Access Database (MDB) file.

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
Similar to ExportGBN_DU, with the addition that Groups go to individual tables, and lines go to a single table, or individual tables, based on the value of DU_LINEOUTConstant
Syntax
public static void ExportMDB(
	CDB oDB1,
	string str2,
	CVV oVV3,
	int i4,
	int i5,
	string str6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Current line
oVV3
Type: GeoEngine.Core.GXNetCVV
Displayed channels
i4
Type: SystemInt32
See DU_CHANNELSConstant
i5
Type: SystemInt32
See DU_LINEOUTConstant
str6
Type: SystemString
export data file name
See Also