Click or drag to resize

MPInterfacebImportCompanySettingsByAccessDatabase Method

Imports business unit settings from access database using the table MARIProjektImportSetupCompanySettings. See clsImportSetupCompanySettings.

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

Parameters

sDatabaseFileName
Type: SystemString
Path and filename of the access databasefile MARIProjectImportData.mdb
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.
lCountPoolByRef
Type: SystemInt32
lCountImportedByRef
Type: SystemInt32

Return Value

Type: Boolean
Remarks