Re: Microsoft JET Database Engine error '80040e10'
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 13:15:16 -0500
TonnyD wrote:
the error I get now is
SELECT * FROM tblIP WHERE IP = '71.229.200.204' AND pollID=3286
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/asppoll/vote.asp, line 15
Also I dont think the field names are wrong. This is what the tables
and field names are that are mentioned in this script.
Table "tblIP" field names "IP" "PollID"
Table "tblCount" field names "Count1" "Count2" "Count3" "Count4"
IP may be a reserved keyword. Try enclosing it in brackets - [IP]
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- References:
- Microsoft JET Database Engine error '80040e10'
- From: TonnyD
- RE: Microsoft JET Database Engine error '80040e10'
- From: Max
- Re: Microsoft JET Database Engine error '80040e10'
- From: TonnyD
- Microsoft JET Database Engine error '80040e10'
- Prev by Date: Re: Microsoft JET Database Engine error '80040e10'
- Next by Date: Re: Microsoft JET Database Engine error '80040e10'
- Previous by thread: Re: Microsoft JET Database Engine error '80040e10'
- Next by thread: Re: Microsoft JET Database Engine error '80040e10'
- Index(es):
Relevant Pages
|
|