Access PWD

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
 
R

Rick B

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
 

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