CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: permissions

  1. #1
    Join Date
    May 2001
    Posts
    9

    permissions

    I've installed my program ina another computer, everything seems right until I get to a part o f the program where a message box comes out saying that the user does not have the right permission to use it. By the way the program connects to an Access2000 database but I don't know if the problem is with the database.
    What's that?


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: permissions

    Actually we need to know what your program is doing. Is it doing a network drive mapping? Is it accessing any administrative resources? Maybe you can investigate more on at which point it fails. Since you wrote the program, you should have an idea after which step it crashes.

    Good Luck,
    -Cool Bizs

    Good Luck,
    -Cool Bizs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured