Error ADODB.Recordset error '800a0bcd' Posted: 27 Dec 2004
My code works fine without paging. Once I insert the pagind code I get the following error:
Error ADODB.Recordset error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
I am getting this error every time I try to navigate throught the records by clicking on last page, first page, next page, or previous page.