FIX: An access violation may occur when a program calls the UpdateBatch method of an ADO Recordset object by using the OLE DB Provider for ODBC in Data Access Components (823109)



The information in this article applies to:

  • Microsoft Data Access Components 2.8

SYMPTOMS

You may receive an access violation under rare conditions when the following are true:
  • Your program calls the UpdateBatch method of an ActiveX Data Objects (ADO) Recordset object.
  • The connection that the Recordset object uses is made by using the Microsoft OLE DB Provider for ODBC drivers in Microsoft Data Access Components (MDAC).
You may see a call stack that is similar to the following if you capture the access violation exception with a debugger or in a dump file:
msdasql!CUpdateQueryBased::ClusterRows+0x142
msdasql!CUpdateQueryBased::Update+0x181
msdasql!CImpIRowsetUpdate::Update+0x44c
msadrh15!CRowsetHelper::Update+0x5d
msado15!CRecordset::_UpdateBatch+0x21b
msado15!CRecordset::UpdateBatch+0x8e
<your program function calls>
This problem does not occur in other OLE DB providers.

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Microsoft Data Access Components 2.8. This service pack is currently included with Microsoft Windows XP SP2. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

884103 How to obtain the latest MDAC 2.8 service pack

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

The English version of this fix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version            Size    File name
   --------------------------------------------------------------
   27-Oct-2004  14:11  2.80.1054.0       303,104  Msdasql.dll      

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

This problem was first corrected in Microsoft Data Access Components 2.8 Service Pack 1.

REFERENCES

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:10/18/2005
Keywords:kbMDAC280sp1fix kbQFE kbfix kbbug KB823109 kbAudDeveloper