Process for protecting a distributed access database/application

  • Thread starter Thread starter ScottW
  • Start date Start date
S

ScottW

Is there an overview for this process including topics such as how to remove
source code (e.g. convert to mde file)?
We have designed an access database that we would like to sell to small
businesses and would like to know the recommended steps for protecting it.
 
On Sat, 25 Jul 2009 03:05:05 -0700, ScottW

That is a big topic, and there is no answer that fits all scenarios.
Convert to MDE is a must, to protect your intellectual property.
You need to split your app in front-end and back-end, and have a way
to re-link.
You need a robust installer. SageKey comes to mind.
You need a way to update a version when you release a new one. Think
version numbering.
You may need some countermeasures to people using your app without
paying for it. Think some registration procedure.

-Tom.
Microsoft Access MVP
 
Back
Top