I'm getting the following error:
Error number: -2147467259
Description: [Microsoft][ODBC Excel Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x7b4 Thread 0x9ac DBC 0x261e24c Excel'.
Here is the connection:
<%
strConnection = "Provider=MSDataShape;DRIVER={Microsoft Excel Driver (*.xls)};DBQ=\\sourus\Departments\Sales\Management Docs\Deal Tracking\Sales Tracking.xls;UID=;PWD=;Readonly=True;"
%>