How secure .mdb file at time of deploy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hetalpatel1
    New Member
    • Feb 2007
    • 1

    How secure .mdb file at time of deploy

    hello
    I use access database in my vb.net project. so i want to secure it from end user so they cannot change data of .mdb file or whatever.or is there an solutio when i change my .mdb file's extension and it works properil in my project

    plz

    repl help out me

    thanks
    Hetalpatel
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by hetalpatel1
    hello
    I use access database in my vb.net project. so i want to secure it from end user so they cannot change data of .mdb file or whatever.or is there an solutio when i change my .mdb file's extension and it works properil in my project

    plz

    repl help out me

    thanks
    Hetalpatel
    u may change the mdb to any other type at run time by filesystem object or with the help of some api
    or u may provide password to thy mdb

    Comment

    Working...