ASP help Im trying to delete a user from the system im doing there is a textbox where you enter the username, this is called search. The error code i get is: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. What the toss does this mean???
Sounds like the DSN set up to connect to your users database has either changed, been removed... or screwed around with otherwise. I think whats happening is the asp application is making a request to the DSN (which controls connectivity to your database) but the DSN hasnt got the right settings anymore to make that connection to the users dbase. You can find dsn's under control panel > administrative tools > Data Sources (ODBC) .... without knowing your system its hard to call, but that might be a start.