Recordset error after move to mySQL - 6/22/2001 17:01:00
Hi thereI have decided to move over to mySQL instead of using Access files as performance is not good enough with access. A guestbook that worked just excellent with access is now returning this ugly error-message. "ADODB.Recordset error '800a0cb3' Object or provider is not capable of performing requested operation. /guestbookt.asp, line 256 " Line 256 says the following: rs.absolutepage = currentPage Is it possible that the mySQL ODBC driver does not understand this rs.absolutepage? Is there an equivalent for it? If I comment this line out, I get all the records, but I can't page back and forth... Thanks in advance. Matthias
|