This method of the Recordset class writes all pending batch updates to disk. updateBatch has the following signatures:
updateBatch()
updateBatch(int affectRecords)
Writes all pending batch updates to disk.
public void updateBatch();
Writes all pending batch updates to disk.
public void updateBatch(int affectRecords);
affectRecords | An AdoEnums.Affect value that determines how many records the updateBatch method will affect. |