2 small program questions

  • Thread starter Thread starter ANSWER
  • Start date Start date
A

ANSWER

Hello
1/
I have made one program in Access, now I need some tool who can make exe
file.
What is the easy but good tool for that purpose and where can I get it.

2/
Also I need (Copy protection) tool who can do returning leash between bayer
and me ( taking his serial number form his hard disk, motherboard etc)
Do you know something about that program and where can I get it?

Thanks
 
It is not possible to convert an Access application into an executable.
Assuming you don't want to rewrite the application in a language that can
create executables (such as VB or VC++, although note that you'll still need
an external MDB file to store the data), the closest you can come is to
package your application together with the Access runtime. The runtime is
the same msaccess.exe executable as used in the full version, but all of the
design features are disabled. That means a user who does not already have
Access can install the runtime and be able to update the data in your
application but not change its design.

Tony Toews has a little about copy protection at
http://www.granite.ab.ca/access/demo.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top