I am getting this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified functions.asp, line 258
This is function.asp line 258:
Conn.Open Application("conn")
And in global.asa:
Application("conn") = "Provider=sqloledb;Data Source=DataSourceName;Initial Catalog=DatabaseName;User ID=DB_ID;Password=DB_PASS"
Things I already tried:
- Enabling and disabling of 32-Bit Applications in Application Pool
- Changed Managed Pipeline Mode to Classic (Tested Integrated also but to no avail)
- ADd ODBC Client in ODBC Data Source Administrator both under SYSWOW64\odbcad32.exe and System32\odbcad32.exe
My site is Classic ASP, I am running Windows 7 Enterprise 64-bit, my IIS is 7.5
Please let me know what you need from my end to further help me.
Been searching for almost 3 days, got the same suggestion as I already tried, still with no avail. Please help.
Thank you in advance.