MPInterfacebImportItemBookingsByAccessDatabase Method
|
Reads the MARIProjektImportData.mdb and the table
MARIProjektImportItemBooking. See
clsImportItemBooking.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bImportItemBookingsByAccessDatabase(
string sDatabaseFileName,
clsImportBaseeImportMode nImportMode,
ref int sngCount,
ref int lCountImported
)
Public Function bImportItemBookingsByAccessDatabase (
sDatabaseFileName As String,
nImportMode As clsImportBaseeImportMode,
ByRef sngCount As Integer,
ByRef lCountImported As Integer
) As Boolean
Parameters
- sDatabaseFileName
- Type: SystemString
Path and Filename - nImportMode
- Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details. - sngCount
- 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
RemarksSuccessfully Imported lines shall be immediatley moved into the History Table(MARIProjektImportLineHistory)
See Also