how decrypt a dbf to access with dbu? ADS

Post Reply
User avatar
Anderson.OL
Posts: 92
Joined: Thu Feb 15, 2007 11:37 am
Location: Itaocara - RJ - Brasil
Contact:

how decrypt a dbf to access with dbu? ADS

Post by Anderson.OL »

Use ADS and crypt the data using AdsEnableEncryption('xXx').

how descriptografar a dbf to access with dbu?
FiveWin 9.03 + xHarbour !!
Mike Buckler
Posts: 67
Joined: Thu Jan 05, 2006 10:35 pm
Location: Canada
Contact:

Post by Mike Buckler »

select 1
DbUseArea(.t.,,"table",,.f.,.f.)
ADSEnableEncryption( trimpas() )
AdsDecryptTable()
User avatar
Anderson.OL
Posts: 92
Joined: Thu Feb 15, 2007 11:37 am
Location: Itaocara - RJ - Brasil
Contact:

Post by Anderson.OL »

Don't work!

see my code:

Code: Select all | Expand

   dbUseArea(.T.,"ADS","CUSTOMER",, .not. lExclusive)
 
   AdsEnableEncryption(cChave)
   AdsDecryptTable()
   
   close all
FiveWin 9.03 + xHarbour !!
Post Reply