|
-
Jul 26th, 2003, 04:28 AM
#1
Thread Starter
Addicted Member
Data provider or other service returned an E_Fail status
My app works with MS Access 2000 using ADO.
I open recordset that contains 93 records.
I move using rs.MoveNext thru the recordset but when I stay on the 79th record and perform rs.MoveNext I get the following error:
*********************************************
Run-time error '-2147467259(80004005)'
Data provider or other service returned an E_Fail status
*********************************************
Remark: from 79 to 93 record in my recordset one of the fields contains 'NULL', but I dont read the field, I only move to the next record (MoveNext)...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|