Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make Foxpro Security

Status
Not open for further replies.

089704318

IS-IT--Management
May 22, 2006
12
VN
Hi all,
Currently, My program was working with Visual Foxpro Database by sharing a network folder. It is unsafe because users can open the DBF to see the data.

Is there any way to keep Visual Foxpro Data security?

Thanks
 
Not really.

If a person can get physical access to a file, they can open it in Wordpad, and see the data. You can't stop them doing that.

The usual solutions are:

- Use a product like Cryptor to encrypt the files. See
- Move to a back-end database server like SQL Server (this will be an expensive and time-consuming solution, but will be very secure).

Mike


__________________________________
Mike Lewis (Edinburgh, Scotland)

My Visual FoxPro site: www.ml-consult.co.uk
 
Another option is to have all access that goes through a middle-tier COM server. It can use a different login than the actual user.

Craig Berntson
MCSD, Visual FoxPro MVP, Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top