Re: Microsoft JET Database Engine error '80040e10'



TonnyD wrote:
I put in the script and got the following error.

UPDATE tblCount SET Count8 = Count8 + 1 WHERE ID = 3286
Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/asppoll/vote.asp, line 15

<<<<<<<<<<>>>>>>>>>>>>

I did what you said and put that into the Query and hit run. A box
will then pop up an say "Enter paramater value" Under that "Count8" If
i put in a number an another box will pop up and say cannot update
count8, field not updateable

That means that Count8 is not a field in tblCount. It sounds like it might
be the result of a calculation somewhere. You need to direct this to someone
who has a more intimate knowledge of the database you are using.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


.



Relevant Pages

  • Re: Im baffled...
    ... > Microsoft JET Database Engine error '80040e10' ... > No value given for one or more required parameters. ... Why haven't you shown us the SQL statement? ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: Newbie needs help with "yes/no" field
    ... Microsoft JET Database Engine error '80040e10' ... No value given for one or more required parameters. ... >> Dim objConn ...
    (microsoft.public.inetserver.asp.db)
  • Re: SQL Syntax error
    ... My connection is ... > Microsoft JET Database Engine ... them with brackets whenever you use them in dynamic sql run via ADO. ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.general)
  • Re: ASP Database connection problem
    ... > dim conn, sConnect ... > Microsoft JET Database Engine error '80004005' ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.general)
  • Re: stuck on random record code example from ASPFAQ.com
    ... > Randomize() ... > Microsoft JET Database Engine error '80040e10' ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)