ISAM Driver Not Found

Solved
cradl Posted messages 17 Status Membre -  
cradl Posted messages 17 Status Membre -
Hello,

I have a small problem regarding development in vb.net 2003.
I need to connect to an Access database from a C# application, but unfortunately, despite numerous tests, I still cannot connect to this database due to a missing ISAM driver.

Of course, I have already "googled" the problem, searched for a few hours, and tested various solutions (modifying .dll, registry, etc ...).

Maybe it's due to my connection string?
Provider=microsoft.jet.oledb.4.0;Data Source=Z:\\partage vm\\test.mdb;Persist Security Info=False;ReadOnly=True;
(since this did not work on the real database (which I did not create), I tried to create another one to avoid problems related to passwords.)

With that,
thank you in advance for the answers,
and have a good day.
Configuration: Windows XP Internet Explorer 7.0

1 réponse

cradl Posted messages 17 Status Membre 4
 
I am answering myself for those who may one day need this.

Indeed, I managed to determine the cause of the problem,
it was simply due to the ReadOnly in the connection string; it seems that Access categorically refuses that.
2