recordset

About this tag
The recordset tag on WindowsForum.com covers issues related to the Recordset object in Windows environments, particularly in Windows 7 and Windows Server 2008 R2. Discussions include problems saving files using the Save method when the LockType property is set to adLockPessimistic or adLockOptimistic, and incorrect value updates after calling the UpdateBatch method. These topics are relevant for developers and IT professionals working with database operations in Windows, focusing on troubleshooting and fixes provided by Microsoft.
  1. News

    You cannot save a file by using the Save method of a Recordset object in Windows 7 or in Windows Ser

    Fixes an issue in which you cannot save a file by using the Save method of a Recordset object when the value of the LockType property in the Open method is set to adLockPessimistic or to adLockOptimistic. This issue occurs in Windows 7 or in Windows... Link Removed
  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