cannot find installable isam error

A

AMC

Hi,

I have an asp page that needs to open a connection to an Access database on
the same server, but in a different directory. I get the error 'cannot find
installable isam' when I try to connect. I think there may be a problem with
my connection string:

constr = "Provider=Microsoft.Jet.OLEDB.4.0; Persist Security
Info=False;datasource=" & Server.MapPath("db/realcities.mdb") & ";User
ID=;Password=;"

Any help would be appreciated.
 
Top