I am asking if it is possible to encrypt an entire .dbf file (without memo) by setting the flag in the dbf header?
And then?
What do i have to do to read and write the fields in the .dbf ?
Thanks
Lorenzo
Moderator: Enrico Maria Giordano
lorenzoazz wrote:I am asking if it is possible to encrypt an entire .dbf file (without memo) by setting the flag in the dbf header?
DBINFO( DBI_PASSWORD, cPsw )
lorenzoazz wrote:And then?
What do i have to do to read and write the fields in the .dbf ?
lorenzoazz wrote:I tried the suggestion but i cannot find DBI_PASSWORD definition.
#include "Dbinfo.ch"
lorenzoazz wrote:Anyway my intent is to make the dbf unreadable by normal dbf tools, to protect privacy outside from the specific software that created and use the dbf.
#define DBI_PASSWORD 131 /* Workarea password */
Return to All products support
Users browsing this forum: No registered users and 9 guests