Microsoft
Software
Hardware
Network
Question : Could not find installable ISAM, sql server 2005, SP3
I'm getting
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Could not find installable ISAM.".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".
when running the following statement:
INSERT INTO OPENROWSET ('Microsoft.Jet.OLEDB.4.0'
, 'Excel 8.0;Database=E:\directory\
ShopCheckO
ff2.XLS'
, 'SELECT * FROM [Sheet1$]')SELECT * FROM [tblXLSReceipt]
Everyting I've looked at, based on Experts Exchange and MS support, etc all seem to be in line.
OS: Win Server 2003 SP2 x64
SQL Server 2005: 9.00.4035.00 SP3 Express Edition with Advanced Services
(running in the program files (x86) directory)
MDAC 2.8 for win server 2003
Jet 4.0 win server 2003 SP2
This code works at other installations. So it's environmental here, but I'm completely stumped as to where the issue might be.
I'm at a client site doing an installation and planning on training, and this has just totally bollocksed me up. Any quick responses would be fantastic.
Answer : Could not find installable ISAM, sql server 2005, SP3
The reason behind error is that there is no 64 bit provider for Jet Providers.
Random Solutions
recovering *Contacts* from an old .OST file???
My Outlook keeps Crashing with this Event ID's 2000, 2002, 1000? Thanx for the help
How to enable hibernate acpi in xp 64 bit on dell optiplex 760
Code not returning result unless a breakpoint is set!
How to make dropdown disappear using code
should only be 3 records returning 8 in query
Check for existence of index with INFORMATION_SCHEMA?
UCC SSL certificate?
MFC CString - valid IP Address ?
Multi User Development in MS Access