Article ID: 182423 - Last Review: March 14, 2005 - Revision: 1.1 FIX: Error "Not Enough Storage Is Available" with ADOThis article was previously published under Q182423 On This PageSYMPTOMS
When using the AppendChunk method of the ADODB.Recordset object, the
following error occurs:
Not enough storage is available to complete this operation.
RESOLUTION
To work around this problem, use one of the following two methods:
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in ActiveX Data Objects (ADO), version 2.0 and later. MORE INFORMATIONSteps to Reproduce BehaviorThe following sample code demonstrates the error when using Microsoft SQL Server as the database. If you uncomment the line indicated, the error no longer occurs.Sample Code | Article Translations
|

Back to the top
