updatebatch

About this tag
The updatebatch tag covers a specific issue in Windows 7 and Windows Server 2008 R2 where the UpdateBatch() method incorrectly updates values in a recordset. When an application calls UpdateBatch(), values inserted into the recordset may be overwritten with updated values instead of being preserved. This is a documented bug addressed by Microsoft in KB2591857. The tag is relevant for developers and IT professionals working with database operations in these Windows versions, particularly those using ADO or similar data access technologies that rely on batch updates.
  1. News

    Incorrect values are updated after an application calls the UpdateBacth() method in Windows 7 or in

    More...
  2. News

    Incorrect values are updated after an application calls the UpdateBacth() method in Windows 7 or in

    Fixes an issue in which the values that were inserted into a recordset are incorrectly updated by using the values that were updated in the recordset. This issue occurs when a client calls the UpdateBacth() method in Windows 7 or in Windows Server 2008 R2. More...
Back
Top