hello there.Thanks for all the help you guys been giving me by replying my thread.now i have half way to go to finish my system.my system is done using asp and ms access as database.i want to ask what does this error message means?
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/fidelio/edit_buyer_product_form.asp, line 13

thank you .

Recommended Answers

All 3 Replies

Hi Punex,
The likely problem is that you have named a field within a Query incorrectly.

I think you are missing a value of any parameter in SQL query. Please try to response.write your query and you will come to know where you are wrong.

hi, I think your missing one of the column values from your database.

I dont know what your trying to do with the database but here's a example:

INSERT INTO yourdatabasename (column1, column2) Values (column1_value, column2_value)

Still having troble send me your problem code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.