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.
I got this error on Windows Server 2012 when migrating a legacy ASP app - I had to enabled 32-bit applications in the AppPool's advanced setting
this problem can be solve using install jdk 7 to download go to below link
Product / File Description : Windows x86
Size: 138.31 MB
Download: jdk-7u79-windows-i586.exe
thanks for your answers.
I myself fixed the error. Assigned wrong dsn name in my code. I changed it and now its working fine
Have you setup "dsnname" in ODBC? Should be in Adminitrative Tools > Data Sources (ODBC) under the System DSN tab.