For Programmers: Free Programming Magazines  


Home > Archive > Clipper > January 2007 > protect file dbf (clipper/foxpro) from the reading or copying









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author protect file dbf (clipper/foxpro) from the reading or copying
invalid

2007-01-06, 6:55 pm

I want to protect file dbf (clipper/foxpro) from the reading or
copying. I use winxp + Windows server 2003. How can I do?.
I apologize me for mine bad English.
Thanks in advance.
dlzc

2007-01-06, 6:55 pm

Dear invalid:

invalid wrote:
> I want to protect file dbf (clipper/foxpro) from the
> reading or copying. I use winxp + Windows server
> 2003. How can I do?.


Some suggestions:

1) Place the file in a server-located directory that only "trusted"
users / groups have access to.

2) Write an application that keeps the file in use with fopen, with
exclusive set on.

3) Keep the file on a private drive, and write a server application
that will only send data to "authorized" viewers. Like SQL in reverse.

4) Place the file in a zip file, encrypt it when not in use, change its
name to something "uninteresting", and "touch" the file date so that it
does not look like it was recently modified. Probably want to set the
date to be 8 days (or 1 year) prior to "today"... which will trigger a
tape backup of the file, but not a search for files modified within the
last w.

David A. Smith

invalid

2007-01-06, 6:55 pm

On 4 Jan 2007 09:40:35 -0800, "dlzc" <dlzc1@cox.net> wrote:
Thanks!

Andreas Moroder

2007-01-10, 7:55 am

invalid schrieb:
> I want to protect file dbf (clipper/foxpro) from the reading or
> copying. I use winxp + Windows server 2003. How can I do?.
> I apologize me for mine bad English.
> Thanks in advance.

Hello,

buy Advantagedatabase ( www.advantagedatabase.com )
your application becoms faster, no more corrupted indices AND you can
hide the files completely from the users.

or put the data in a real database ( Oracle, SQL Server ) and use
mediator ( www.otc.pl )

We used both.

Bye
Andreas
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com