Try chaning ...Jet.OLEDB.4.0 to 3.51 - If you don't have
Office97 loaded on the computer, you may not have Jet
3.51, but Access97 uses Jet 3.51, could use 4.0 if you
load Mdac2.5 (obtainable at msdn.microsoft.com - or used
to be)
Rich
>-----Original Message-----
>Hi,
>
>I am trying to connect remote access 97 database form
ASP.NET page from vb.net using this connection string:
>"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\ServerName\cdrive\Dt\ct\ct.mdb;"
>I get this error
>"The Microsoft Jet database engine cannot open the
file '\\ServerName\cdrive\Dt\ct\ct.mdb' It is already
opened exclusively by another user, or you need permission
to view its data.
>
>If I use with null pwd:
>"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\ServerName\cdrive\Dt\ct\ct.mdb;PWD="
>I get this error "Could not find installable ISAM."
>
>Some one please help,
>Thanks
>ashraf
>
>
>.
>
|