|
-
Nov 27th, 2009, 04:31 AM
#1
Thread Starter
Fanatic Member
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!
-
Nov 27th, 2009, 05:44 PM
#2
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
-
Nov 27th, 2009, 07:25 PM
#3
Thread Starter
Fanatic Member
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 ?
-
Nov 28th, 2009, 12:39 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|