Click or drag to resize

MPInterfacebImportEmployeesByAccessDatabase Method

Reads the MARIProjektImportData.mdb and the tables MARIProjektImportEmployee, MARIProjektImportEmployeePoolLink. See clsImportEmployee and clsImportEmployeePoolLink.

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

Parameters

sDatabaseFileName
Type: SystemString
Path and filename
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.
lCountByRef
Type: SystemInt32
Indicates total rows in the given table
lCountImportedByRef
Type: SystemInt32
Indicates total imported rows in MARIProject

Return Value

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