
|
email this FAQ to a colleague
Q:
We have a web base application on our intranet which accesses a SQL Server database. It worked great until I installed ADSI 2.0 and Platform SDK. Now whenever I try to open a recordset I get this error
ADODB.Recordset error '800a0007'
Out of memory
/test/core/List.asp, line 172
Does anybody know what could be causing this error and how to fix it?
A:
ADSI upgrades OLE DB to a new version which is incompatible with ADO 1.0. Upgrade ADO to 1.5 (http://microsoft.com/data/) and you should be ok.
- Richard Bowen
|