Connecting Tech Pros Worldwide Forums | Help | Site Map

Access to Access Database

jasrus
Guest
 
Posts: n/a
#1: May 30 '06
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


Cor Ligthert [MVP]
Guest
 
Posts: n/a
#2: May 30 '06

re: Access to Access Database


Jasrus,

Have a look at this message.

http://groups.google.com/group/micro...df2a973d32d8ef

I hope this helps,

Cor

"jasrus" <jasrus@gmail.com> schreef in bericht
news:1148956115.022970.31270@g10g2000cwb.googlegro ups.com...[color=blue]
> 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
>[/color]


Paul Clement
Guest
 
Posts: n/a
#3: May 30 '06

re: Access to Access Database


On 29 May 2006 19:28:35 -0700, "jasrus" <jasrus@gmail.com> wrote:

¤ 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)
Closed Thread