Click or drag to resize

MPInterfacebImportByAccessTable Method

Internal Helper function to import one table out of the access database

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportByAccessTable(
	string sDatabaseFileName,
	ref int lCountByRef,
	ref int lCountImportedByRef,
	int nAccessTableID
)

Parameters

sDatabaseFileName
Type: SystemString
Path and filename of the access databasefile MARIProjectImportData.mdb
lCountByRef
Type: SystemInt32
lCountImportedByRef
Type: SystemInt32
nAccessTableID
Type: SystemInt32
Internal code for each access table

Return Value

Type: Boolean
Remarks