Urgent Help

  • Thread starter Thread starter kiran
  • Start date Start date
K

kiran

Hi All,
I am developing an application in Visual Basic 6.0 and using MS Access as my
backend. What i want is that my database should not open when someone try to
open .mdb file. But my application should be able to access it.

TIA
 
Password protect the .mdb file to prevent people from getting into the
database unless they have the password. Pass the password from your VB
routine when it needs to open the database. Sounds good, but since I've never
used VB6, I don't really know how to pass the password.
 
Back
Top