This is
NOT an ASP.NET question. This is classic ASP, so you are posting in the wrong forum.
Having said that: The first thing to try, I think, is to replace your use of the Access Driver with the JET OLE DB driver.
Look here:
http://www.carlprothman.net/Default....orMicrosoftJet
If you can't figure it out from that, then post your code that makes the connection...but in the "Classic ASP" forum this time.
p.s.: Unfortunately, that error message can happen for many many different reasons. It's about the least informative of all the many bad MS error messages.
p.p.s.: And this is an inefficient way to add a new record. But let's work on that after you try changing the connection code. That will be in your
ShopOpenDatabase SUB, by the by.