Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stopping database and tables being opened outside progra
Message
 
To
26/05/2002 19:43:05
Jordan Pastourel
Worksafe Management Systems
Toowong, Australia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00661525
Message ID:
00661604
Views:
31
>i am in the process of locking down my app for distribution and am looking at ways to stop people opening the database or tables external to my program, but am uncertain of how to approach it.\
>Any ideas?


With VFP7 You could employ Database-events to control opening of tables. Another Idea is
to encode (cipher) the tables or use hardware-locks.

You could rename the extension so that it is not too obvious You are using DBF's. And finally
you could open the tables low level (fopen()...) and modify some bytes of the header so
that other applications are not able to open it as a dbf.
Regards from Berlin

Frank

Dietrich Datentechnik (Berlin)
Softwarekombinat Teltow (Teltow)

Frank.Dietrich@dd-tech.de
DFPUG # 327
Previous
Reply
Map
View

Click here to load this message in the networking platform