FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour index on with ADS
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
index on with ADS
Posted: Thu Aug 07, 2008 02:31 PM
Source code:

[286]   select 0
[287]   use dados\customer exclusive
   
[289]   select customer
[290]   index on FIRST tag X1 to ("Dados\CUSTOMER")

[292]   close CUSTOMER


Error:

Error description: Error ADSCDX/5096 Create error: .\Dados\CUSTOMER

Stack Calls
===========
Called from: => ORDCREATE(0)
Called from: Main.000 => INDEXAR(290)
Called from: Main.000 => (b)CREATEMENU(219)
Called from: MENU.PRG => TMENU:COMMAND(0)
FiveWin 9.03 + xHarbour !!
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
index on with ADS
Posted: Thu Aug 07, 2008 05:00 PM
ERROR 5096 AE_ENCRYPTION_NOT_ENABLED

    Problem: Encryption is not enabled. This error can occur when the requested operation requires a password to be set. Some of the operations that require a password to be set are: encrypting or decrypting records or tables, clearing the password, and appending or modifying records to an encrypted table.
    Problem: Encryption is not enabled. Detected on Skip. This error can occur while performing a Skip on the index of a table. The table has encrypted records but no password has been set.[/list:u]

    Solution: Set a password before performing the operation.
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
index on with ADS
Posted: Thu Aug 07, 2008 05:49 PM

Perfect!

FiveWin 9.03 + xHarbour !!

Continue the discussion