Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access Control outside VFP
Message
De
10/02/1999 12:49:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/02/1999 12:39:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00186079
Message ID:
00186090
Vues:
13
>How do I prevent someone from accessing a .dbf outside of my application? DBF's reside on a Novell server. Anyone with access to the application has access to the .dbf's and could view and alter the .dbf's without going through the application.
>
>Is there a property or something that could be set on the .dbf's that would require a password or something like that?
>
>Thanks,
Robert,
Any secured data file could be tampered with. Keeping those exceptions apart and assuming this is a VFP dbf belonging to a DBC you could set some dummy update triggers or table rule expression. ie:
*Table.valid
return ( type("something")#"U" )
This is extra simple but also a DBC could be made RO and kept in a secure place (security is limited:).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform