Click or drag to resize

CDUExportMDB Method

Export to a Microsoft Access Database (MDB) file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ExportMDB(
	CGXNETCore gxNetShared,
	CDB db,
	string cur_line,
	CVV chan_vv,
	int chan,
	int single,
	string data
)

public static void ExportMDB(
	CGXNETCore gxNetShared,
	CDB db,
	string cur_line,
	CVV chan_vv,
	int chan,
	int single,
	string data
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
cur_line
Type: SystemString
Current line
chan_vv
Type: GeoEngine.Core.GXNetXCVV
Displayed channels
chan
Type: SystemInt32
<define>DU_CHANNELS</define>
single
Type: SystemInt32
<define>DU_LINEOUT</define>
data
Type: SystemString
Export data file name
Remarks
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 <define>DU_LINEOUT</define>
See Also