I have a site that is ASP and VBScript with MySQL db and it
has been running brilliantly for a number of years, but it has just
started to have errors of the following:
Microsoft VBScript runtime error '800a0006'
Overflow
/admin/grantaccess.asp, line 275
Line 275 is this:
rssubsall_first = MM_offset + 1
rssubsall is the name of my recordset.
It is also intermitent, sometimes the error happens and
others it doesn't. If I get a page to display correctly, I can
click refresh and the exact same page errors - I don't get it!
Any ideas on what is causing this to happen and how I can fix
it?
TIA
Mat