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] - 30 May 2006 06:53 GMT
Jasrus,
Have a look at this message.
http://groups.google.com/group/microsoft.public.dotnet.framework.adonet/msg/c0df
2a973d32d8ef
I hope this helps,
Cor
> Hey everyone,
>
[quoted text clipped - 3 lines]
>
> Jason
Paul Clement - 30 May 2006 16:22 GMT
¤ 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)