I have an access2000 Database for which I have set a password.
When I am trying to Compress the Database with the Code....
Dim JRO As New JRO.JetEngine
JRO.CompactDatabase "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\data.mdb;UID=admin;PWD=abc","Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\data.mdb;UID=admin;PWD=abc"
then I am getting an error as "Could not find Installable ISAM"
But if I try to compress without using password then it works fine.
Can u let me know what particular settings have to be done in order to compress a password protected database.
Here's a code snippet I haven't tested. I've used this without the password, etc. It appears from this code that the password has to be passed as a property of your connection object.