mnhesh
03-24-2004, 07:21 AM
Hi All,
I have developed a site for online reporting. It has a option fromwhere user can browse an excel sheet which will be used to update the database.
It works well on my machine but gives error on web server.
The erroe is
"Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Excel Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x7dc Thread 0x89c DBC 0x10030024 Excel'. "
The connection string is
cn.Open "Provider=MSDASQL;Driver={Microsoft Excel Driver (*.xls)};Initial Catalog = '" & xlpath & "' "
The web server is a win 2000 advance server.
Please let me know the solution for this.
Thanks in advance
I have developed a site for online reporting. It has a option fromwhere user can browse an excel sheet which will be used to update the database.
It works well on my machine but gives error on web server.
The erroe is
"Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Excel Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x7dc Thread 0x89c DBC 0x10030024 Excel'. "
The connection string is
cn.Open "Provider=MSDASQL;Driver={Microsoft Excel Driver (*.xls)};Initial Catalog = '" & xlpath & "' "
The web server is a win 2000 advance server.
Please let me know the solution for this.
Thanks in advance