Sends all of the pending changes in the locally cached Recordset object down to the underlying data source.
The SubmitChanges method is called to submit to the database pending changes that are in
a locally cached and updateable Recordset object.
Only the actual changes are submitted.
Either all of the changes are successfully added to the database or none of the changes are added.
There are two mandatory parameters.
objDataFactory.SubmitChanges strConnection, objRecordset