Home All Groups Group Topic Archive Search About

Access to Access Database

Author
30 May 2006 2:28 AM
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

Author
30 May 2006 5:53 AM
Cor Ligthert [MVP]
Jasrus,

Have a look at this message.

http://groups.google.com/group/microsoft.public.dotnet.framework.adonet/msg/c0df2a973d32d8ef

I hope this helps,

Cor

Show quoteHide quote
"jasrus" <jas***@gmail.com> schreef in bericht
news:1148956115.022970.31270@g10g2000cwb.googlegroups.com...
> 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
>
Author
30 May 2006 3:22 PM
Paul Clement
On 29 May 2006 19:28:35 -0700, "jasrus" <jas***@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)