I made an ASP login page that checks an Access Database and if the username and password have not been used before, the visitor's name, IP address, and time are all updated in the database for that particular username/password combination.
The problem is that the server I'm working on will allow the script to work, just as long as I take out the update portion of the code. I know that CFM files work on the server, but I don't know if the server is only configured to insert data into a database using a CFM page.
The following is the error I'm receiving:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/samplelogin/employee_visit_information.asp, line 30
Any help on why I would be getting this error would be greatly appreciated. Thanks
The problem is that the server I'm working on will allow the script to work, just as long as I take out the update portion of the code. I know that CFM files work on the server, but I don't know if the server is only configured to insert data into a database using a CFM page.
The following is the error I'm receiving:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/samplelogin/employee_visit_information.asp, line 30
Any help on why I would be getting this error would be greatly appreciated. Thanks
