FIX: Error "Not Enough Storage Is Available" with ADO (182423)
The information in this article applies to:
- ActiveX Data Objects (ADO) 1.5
This article was previously published under Q182423 SYMPTOMS
When using the AppendChunk method of the ADODB.Recordset object, the
following error occurs:
Not enough storage is available to complete this operation.
The error number returned is -2147024882 (0x8007000E).
RESOLUTION
To work around this problem, use one of the following two methods: - Open an ADODB.Connection object and set the CursorLocation property to adUseClient and use this connection with the ADODB.Recordset.
-or-
- Use only one AppendChunk call and append all of the data with only one call to AppendChunk. Note that this restricts you to a maximum chunk
size of 511818 bytes.
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.
Modification Type: | Minor | Last Reviewed: | 3/14/2005 |
---|
Keywords: | kbADO200fix kbBug kbDatabase kbDSupport kbMDACNoSweep KB182423 |
---|
|