Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access to tables
Message
De
03/06/1997 11:22:40
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
 
À
03/06/1997 10:45:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00034471
Message ID:
00034752
Vues:
38
>>>I have a Human Resources VP who is paranoid about transaction
>>>tables on a server. He wants me to write data in a system
>>>(that is already running) with ciphers coded into the source
>>>(eg multipling all salaries by .93331 when writing and by
>>> some corresponding figure when displaying).
>>>
>>>I think doing this is begging for a disaster. Is there any
>>>way to protect tables from a rogue with a VPF cd?
>>>
>>>Chris
>>
>>
>>Here's a thought.
>>
>>Include the DBC in the application file and DELETE it from the user accessible data directory. (Keep a copy in you development directory of course). Now, the tables should only be accessible when opened from within the application. Even someone with VFP may not be able to open the tables because they can't find the DBC!
>>
>>Bob
>
>
>OK...Here's one for you. go to a DOS prompt and TYPE table.dbf, where table.dbf is any dbf that belongs to a DBC.....WOW!!! I can read the data.
>
>Craig


No, try this :-
copy table.dbf con /b
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform