Jump to content

could not find Installable ISAM


Recommended Posts

Hi All,

 

I have a requirement in which, i upload excel sheets to sql server database. The business logic is executed and display as reports in php. It is working fine till yesterday. Today i tried to upload excel files. It is throwing an error message stating:-

The OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" could not find "installable ISAM."

 

Query that i used in the stored procedure:-

 

EXEC('SELECT * INTO temp FROM OPENROWSET(''Microsoft.Jet.OLEDB.4.0'',
''Excel 8.0;Database=' + @ba_bm_status + ''',' +
'''SELECT * FROM [qry_BA_Controlling (Report)$]'')');

 

@ba_bm_status - i/p parameter of srored procedure qry_BA_Controlling (Report) - worksheet name

 

webserver used:- IIS, connection is through odbc.

 

I have no information about this error. Can you please help me in solving the same.

 

Link to comment
https://forums.phpfreaks.com/topic/204406-could-not-find-installable-isam/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.