Microsoft SDK for Java

updateBatch

This method of the Recordset class writes all pending batch updates to disk. updateBatch has the following signatures:

updateBatch()
updateBatch(int affectRecords)

updateBatch()

Writes all pending batch updates to disk.

Syntax

public void updateBatch();

updateBatch(int affectRecords)

Writes all pending batch updates to disk.

Syntax

public void updateBatch(int affectRecords);

Parameters

affectRecords An AdoEnums.Affect value that determines how many records the updateBatch method will affect.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.