Click or drag to resize

clsImportBasebSaveRSToMDB Method

This function will save the content of the class in to the MS Access mdb database table

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public virtual bool bSaveRSToMDB(
	MPInterface oInterface,
	DataRow Row,
	DataTable oDataSchema
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
Link to the Interface Instance
Row
Type: System.DataDataRow
a newly created row object
oDataSchema
Type: System.DataDataTable
Description of the table, to verify the existing column definition with the expected definition.

Return Value

Type: Boolean
Remarks