How to update Access db from ASP Page? - TechRepublic
General discussion
July 3, 2002 at 07:25 AM
john.herndon

How to update Access db from ASP Page?

by john.herndon . Updated 24 years ago

I need to take information from user input on an ASP page and write that info to a table (total of 17 fields) in an Access 2k database. I am using the “Insert Into” method, and I’m attempting to write session variables to fields in the table.
I keep getting the following error: “Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2.”
Is there another way to do this, or am I leaving something out? If anyone needs to see the code (it is very small), I’ll send it.
Thanks for any help you can give,
John Herndon

This discussion is locked

All Comments