I get an error as follows
Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/quiz.asp, line 29
Type: Posts; User: himannv; Keyword(s):
I get an error as follows
Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/quiz.asp, line 29
This is the asp code. Check for html code below
<%@ Language="VBScript" %>
<% Option Explicit %>
<html>
<head>
<title>Form to database</title>
</head>
<body>
<%
It works ok. Thanks for your help.
Thanks for the replys guys.. Actually I've seen both the sites you suggested codeexploiter. I tried it but no difference in the error. The worst thing is it works in localhost but not on the live...
Ok I didn't want to start a brand new topic for this (not important enough I think) so I'll just ask here.. I have a code from dynamic drive which one of the admins posted I think. They posted it in...
Hi I'm quite new to ASP and I'm stuck. Basically I'm loading data into a database from a form. This works perfectly in the localhost but once I move onto the live site and upload it it gives me a 500...