Click or drag to resize

MPInterfacebImportEquipmentCategoryBPCatalogByAccessDatabase Method

Reads the MARIProjektImportData.mdb and the table MARIProjektImportEquipmentCategoryBPCatalog. See clsImportEquipmentCategoryBPCatalog.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportEquipmentCategoryBPCatalogByAccessDatabase(
	string sDatabaseFileName,
	clsImportBaseeImportMode nImportMode,
	ref int lCountEquipments,
	ref int lCountImported
)

Parameters

sDatabaseFileName
Type: SystemString
Path and filename to the MARIProjektImportData.mdb
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.
lCountEquipments
Type: SystemInt32
Indicates total rows in the given table
lCountImported
Type: SystemInt32
Indicates total imported rows in MARIProject

Return Value

Type: Boolean
sngCount,lCountImported and true if no error
See Also