PDA

Click to See Complete Forum and Search --> : Opening a password protected database...


Dan0331
Nov 14th, 1999, 09:54 PM
Can anyone help me with this one? I'm using a simple Jet connection to Access. The database is password protected, and I cannot seem to be able to access it via VB.

Any help would be greatly appreciated.

Thanks in advance.

smalig
Nov 14th, 1999, 10:10 PM
Look here http://smalig.tripod.com/vb/079913.html

------------------
smalig
smalig@hotmail.com
smalig.tripod.com (http://smalig.tripod.com)

Dan0331
Nov 14th, 1999, 10:30 PM
Should that code be placed behind the data control?

Also, I'm receiving the following error message:
"Couldn't find installable ISAM"

Does that help?

jwmarr
Nov 16th, 1999, 09:21 PM
When I went to support.microsoft.com, I found is that the ISAM error can be caused by invalid information in the Windows Registry, or by a missing or a corrupted dynamic-link library (.dll) file. However, I have also found from experience that specifying the wrong database type (e.g., ODBC Database instead of Microsoft Access)can generate this error.