Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopping database and tables being opened outside progra
Message
 
À
26/05/2002 19:43:05
Jordan Pastourel
Worksafe Management Systems
Toowong, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00661525
Message ID:
00661604
Vues:
30
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform