Access to Access Database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jasrus

    #1

    Access to Access Database

    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]

    #2
    Re: Access to Access Database

    Jasrus,

    Have a look at this message.



    I hope this helps,

    Cor

    "jasrus" <jasrus@gmail.c om> schreef in bericht
    news:1148956115 .022970.31270@g 10g2000cwb.goog legroups.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]


    Comment

    • Paul Clement

      #3
      Re: Access to Access Database

      On 29 May 2006 19:28:35 -0700, "jasrus" <jasrus@gmail.c om> 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)

      Comment

      Working...