Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm having issue with
Could not find installable ISAM

All articles are dealing with connection to Access but I am using connection to Excel 2013. Here is my connection code:

cs = "C:\Inetpub\wwwroot\Stations_Management\App_Data\Survey_Base_05082019.xlsm"
 cn = Server.CreateObject("ADODB.Connection")
 cn.Provider = "Microsoft.ACE.OLEDB.12.0; READONLY=FALSE; Extended Properties='Excel 12.0 Macro;HDR=YES;IMEX=1;'"
 cn.open(cs)


Please any help.
Thanks,
Paul

What I have tried:

I am tring to use locahost with IIS 7.5 .
When using Microsoft Visual Web Developer it works good.
Posted
Updated 10-Sep-19 1:37am

1 solution

A question about Could not find installable ISAM is quite often asked question on CodeProject. See: Google search[^]

I'd suggest to download Microsoft Access Database Engine 2010 Redistributable[^] and install proper version (32bit ot 64bit - depending on your OS).

If it won't help, please follow the link (Google search).

Good luck!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900