Access PWD

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Hi,

I am working on a program in vb.net and i neet to open a
access db file. I would like to protect the db file from
people not in my program. The problem is when i set a db
password i can't access the db file from my program. Is
there a default username associated with a db password?

Matt
 
A database password does not have a userid. Userids are used with the
multi-user security features of access. The two are separate. You could
have a userid, password, and a database password.

I have read before that you can't use the database password as a comand line
argument. Not sure if you can include it when opening the file in .net.



Rick B


Hi,

I am working on a program in vb.net and i neet to open a
access db file. I would like to protect the db file from
people not in my program. The problem is when i set a db
password i can't access the db file from my program. Is
there a default username associated with a db password?

Matt
 
Back
Top