frOblivion
Programmer
OK, I have a view tracking system that submits info to my db everytime a page is loaded. If I try to browse through more than 2 or 3 pages on my site I get this error.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/includes/track_user.asp, line 32
I am doing this on my Win2000 platform with IIS. All of my SELECT operations with the database work fine. The INSERT statement even works fine, unless I browse through more than a couple pages.
Anyone seen this before?
Thanks
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/includes/track_user.asp, line 32
I am doing this on my Win2000 platform with IIS. All of my SELECT operations with the database work fine. The INSERT statement even works fine, unless I browse through more than a couple pages.
Anyone seen this before?
Thanks