MPInterfacebImportProjectsByAccessDatabase Method
|
Reads the MARIProjektImportData.mdb and the table
MARIProjektImportProjects. See
clsImportProject.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bImportProjectsByAccessDatabase(
string sDatabaseFileName,
clsImportBaseeImportMode nImportMode,
ref int lCountProjekts,
ref int lCountImported
)
Public Function bImportProjectsByAccessDatabase (
sDatabaseFileName As String,
nImportMode As clsImportBaseeImportMode,
ByRef lCountProjekts As Integer,
ByRef lCountImported As Integer
) As Boolean
Parameters
- sDatabaseFileName
- Type: SystemString
Path and filename to the MARIProjektImportData.mdb - nImportMode
- Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details. - lCountProjekts
- Type: SystemInt32
Indicates total rows in the given table - lCountImported
- Type: SystemInt32
Indicates total imported rows in MARIProject
Return Value
Type:
BooleansngCount,lCountImported and true if no error
Remarks
See Also