VB6 and Access DB passwords

S

Skip Anderson

I am trying to configure my VB6 program so the Access
database requires a password if a user attempts to open
the DB directly in Access. I get the error message "Could
not find installable ISAM"

Chasing this through the support info, I come to the
conclusion my problem is using ADO controls. I found that
the driver Msjt4jlt.dll is a Jet 3.52 driver needed for
ADO, but it does not support installable ISAMs. Am I
trapped here or is there a workaround?

Thanks
 
K

Kristyn Wagoner [MSFT]

Have you seen this article? This is the most common resolution to that
error message:

299457 PRB: Error "Can't Find Installable ISAM" When You Connect to Access
http://support.microsoft.com/?id=299457

--
Kristyn Wagoner
Microsoft PSS

Please do not reply directly to this alias. This alias is for newsgroup
purposes only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

Skip Anderson

Thanks Kristyn

Article 299457 doesn't fix my problem. Are you familiar
with arcticle 240377? On page 3 it talks about
Msjt4jlt.dll which is a Jet 3.52 driver to support ADO
controls. States it doesn't support ISAM. Since I am
using ADO I must need this driver. Is there an
alternative to this driver? Alternatively how can I
password protect my Access DB when using ADO controls?

Thanks, Skip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top