Data source name not found and no default driver specified
问题 I am getting this error when I try to insert record in db. Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified my connection is : Application("Db_ConnectionString")= "DSN=dsnname;UID=xxx;PWD=xxx;" please help me asap. thanks in advance. 回答1: thanks for your answers. I myself fixed the error. Assigned wrong dsn name in my code. I changed it and now its working fine 回答2: I got this error on