MPInterfacebImportSkillByAccessDatabase Method
|
Reads the MARIProjektImportData.mdb and the tables
MARIProjektImportSkills. See
clsImportSkill.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bImportSkillByAccessDatabase(
string sDatabaseFileName,
clsImportBaseeImportMode nImportMode,
ref int lCountByRef,
ref int lCountImportedByRef
)
Public Function bImportSkillByAccessDatabase (
sDatabaseFileName As String,
nImportMode As clsImportBaseeImportMode,
ByRef lCountByRef As Integer,
ByRef lCountImportedByRef As Integer
) As Boolean
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:
BooleansngCount,lCountImported and true if no error
See Also