Results 1 to 4 of 4

Thread: secuting ms access 2003 application

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    586

    Red face secuting ms access 2003 application

    Hi,

    I have developed a small ms access 2003 application and would like to secure its installation so that only licensed users could install and use it.

    Anyone can recommend the best method of doing this?

    Also, if you could recommend good commercial solutions for doing this.

    Thanks!

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: secuting ms access 2003 application

    there are many methods to secure your app, but also a lot of people out there trying to break the security to pirate any apps

    the have been several threads about securing apps in the vb6 forum, many of which could work in your access app
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    586

    Re: secuting ms access 2003 application

    Thanks! Can u recommend one reasonable method that fits MS Access 2003 well, or any thread about this specifically ?

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: secuting ms access 2003 application

    there is a thread here about getting the fixed hdd serial number, this can work in access, but may be a problem for none admin users
    http://www.vbforums.com/showthread.php?t=456757

    and here is a general program registration idea
    http://www.vbforums.com/showthread.php?t=232146
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

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