Antonio:
I want to follow your advice to move from xHarbour to Harbour but Harbour does not support the RDD SIX driver. This RDD allows for transparent record and table encryption. Any suggestions ? Thank you.
USE myfile SHARED new PASSWORD "MyPassword"
repl firma with 'Mijn Firma"
repl firma with sx_encrypt("Mijn Firma","MyPassword")
When I was adding support for SIX3 encryption to [x]Harbour i blocked
it for tables with memos. I made it intentionally when I found few
serious bugs in SIX3 implementation when tables with memos are encrypted.
I didn't want to replicate them and make [x]Harbour RDDs bug compatible
with SIX3 because SIX3 is corrupting data in some cases.
I left them to the moment when I'll find some spare time to precisely
document SIX3 bugs and differences in new implementation.
Meanwhile I decided to block support for SIX3 encrypted tables with
memos to not have backward compatibility problems with data created
by [x]Harbour RDDs before I'll introduce workarounds for SIX3 bugs.
USE filename VIA SIX
Sx_SetPass("mypassword") // this sets the password for the current workarea, can be used to change the default password for a DBF
REPLACE Field1 WITH cChar, Field2 WITH dDate, etc.
HunterEC wrote:Antonio:
Does the DBUSEAREA() function supports a password parameter ? I use this function to open files instead of the USE command.
Thank you.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 93 guests