Click or drag to resize

MPInterfacebDeleteImportedItems Method

Reads the given MARIProjektImportData.mdb and deletes all the postions in MARIProject for the given table

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bDeleteImportedItems(
	string sDatabaseFileName,
	string sTable,
	ref int lTotalRowsByRef,
	ref int lDeletedRowsByRef
)

Parameters

sDatabaseFileName
Type: SystemString
Access Database
sTable
Type: SystemString
Table name
lTotalRowsByRef
Type: SystemInt32
Indicates total rows in the given table
lDeletedRowsByRef
Type: SystemInt32
Indicates total deleted rows in MARIProject

Return Value

Type: Boolean
true if no error
Remarks