Access to Access Database

J

jasrus

Hey everyone,

I have an access database that has the file permissions set to only
allow certain users to access it. How do I make my vb.net application
use this database without altering the file security settings?

Jason
 
P

Paul Clement

¤ Hey everyone,
¤
¤ I have an access database that has the file permissions set to only
¤ allow certain users to access it. How do I make my vb.net application
¤ use this database without altering the file security settings?

If you're using file based security then you will probably need to trap the error that occurs when a
user who does not have access attempts to open it.

Otherwise there is nothing else that you need to do.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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