How to give user write permissions on database .mdb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snehil
    New Member
    • Jun 2009
    • 19

    How to give user write permissions on database .mdb

    hi,
    I'm working on a an app that uses access database so.. while making the setup file i added the file in the application folder along with the .exe file that uses it..
    but after installation the .exe file is not able to alter the database as the user is not given the permission to write the database file which installer stored in application folder.
    but when I run the exe as administrator it works fine..
    so i could see two ways to get it right..
    1) give write permissions over the database to the user..
    2) olways by default run exe as admin
    but I dont know how to do it..
    any help would be appreciated...
    thanx!
Working...