> Hi Experts
>
> I am facing problem of Data Base Security. Users at user end open table in browse window and change data manually and blaming me that my software automatically changes their data. No body is accepting the responsibility. Some of my friends are saying me to shift to SQL Data Base and leave VFP becase its data is unsecured. I am using Free Table. If I shift then is it my correct decesion. Is VFP have no solution at all for this kind of problems.
>
> Tnnx in advance
>
> Ahsan Rana
Dear experts
Earlier i was using my own codes to protect dbf file,by changing its header.
IE: i used to open dbf file in Low level file functiosn
using fopen/Fput/Fwrite etc. I Put certain marks like " *#* " on header of
dbf file.
When Opening that particular dbf file, I remove the marks & when closing
the application , I again put the same mark on dbf files' header.
Hence when some one wants to open the file it without my application, ti
gives message like "Not a dbf file."
Although certain ifs & buts was there but it was working fine with fpd26
Hope this will work too with VFP
Binod
new to vfp
new to vfp