| | |
Microsoft Excel Driver Error
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Hello All,
I am using an ASP script on my site that reads a microsoft excel file and adds the values to the database (MS SQL Server). The script works completely fine on my LOCAL server, but it shows me the following error when I upload it to the server and try to run it.
FYI, I am using the following connection string:
I am using an ASP script on my site that reads a microsoft excel file and adds the values to the database (MS SQL Server). The script works completely fine on my LOCAL server, but it shows me the following error when I upload it to the server and try to run it.
ASP Syntax (Toggle Plain Text)
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 0x1128 Thread 0x2268 DBC 0xd2d0fec Excel'. /Bacardi/bblcontest/readexcel.asp, line 5
FYI, I am using the following connection string:
ASP Syntax (Toggle Plain Text)
Set oConn = Server.CreateObject("ADODB.connection") oConn.Open "Driver={Microsoft Excel Driver (*.xls)}; DriverId=790;" &_ "DBQ=" & Request.ServerVariables("APPL_PHYSICAL_PATH") & "upload-data\excel.xls;" &_ "DefaultDir = " & Request.ServerVariables("APPL_PHYSICAL_PATH") & "upload-data\"
![]() |
Similar Threads
- Reading excel data using vb 6.0 (Visual Basic 4 / 5 / 6)
- Retriving data from excel sheet into an asp page (ASP)
- Error java.sql.SQLException: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle (Java)
- Using Microsoft Excel 10.0 Libary Object -Dang .dlls (C#)
- Export Data From Excel to ASP and SQL Server (C++)
- From chester Heres all the code. Sorry but I just encluded the code in here (Database Design)
Other Threads in the ASP Forum
- Previous Thread: How to continue to next new excel worksheet
- Next Thread: No Error, No Insert: ASP to Access
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7





