FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour how decrypt a dbf to access with dbu? ADS
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
how decrypt a dbf to access with dbu? ADS
Posted: Thu Aug 07, 2008 07:31 PM

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

how descriptografar a dbf to access with dbu?

FiveWin 9.03 + xHarbour !!
Posts: 67
Joined: Thu Jan 05, 2006 10:35 PM
how decrypt a dbf to access with dbu? ADS
Posted: Fri Aug 08, 2008 12:47 AM

select 1
DbUseArea(.t.,,"table",,.f.,.f.)
ADSEnableEncryption( trimpas() )
AdsDecryptTable()

Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
how decrypt a dbf to access with dbu? ADS
Posted: Fri Aug 08, 2008 11:20 AM
Don't work!

see my code:

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

Continue the discussion