Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update database

Status
Not open for further replies.
M

member 37483

Guest
I am trying to update a database and I keep getting an error that says:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for ODBC Drivers

One or more form fields were empty. You should provide default values for all form fields that are used in the query.


When I verify my query through frontpage it goes through correctly, all my fields are named correctly and match my form fields. Can someone tell me what this problem is?
John
 
You have to be sure that every field us use in filtering your results, is a valid field, and has something in it. A blank field will not work, if it is used in query language.
Also, check your page with html, and make sure the language looks right. You may have entered a wildcard item incorrectly.

I have that problem a lot. I have to double check stuff 6-8 times, before I can get it right.. Just slow, I guess.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top