PatHastings
ISP
Hi,
I'm trying to retrieve some info from out data base using a stored procedure - that works - and I keep on running into this error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e18'
The rowset was built over a live data feed and cannot be restarted
/btcdns/editAdminContact.asp, line 52
line 52 is:
rs.movenext
- but the recordset is definately there as line 51 is:
If not rs.eof then
Anyone come across this error before?
Pat
I'm trying to retrieve some info from out data base using a stored procedure - that works - and I keep on running into this error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e18'
The rowset was built over a live data feed and cannot be restarted
/btcdns/editAdminContact.asp, line 52
line 52 is:
rs.movenext
- but the recordset is definately there as line 51 is:
If not rs.eof then
Anyone come across this error before?
Pat