index on with ADS

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

index on with ADS

Post by Anderson.OL »

Source code:

Code: Select all

[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 !!
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Post by Patricio Avalos Aguirre »

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.
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
User avatar
Anderson.OL
Posts: 92
Joined: Thu Feb 15, 2007 11:37 am
Location: Itaocara - RJ - Brasil
Contact:

Post by Anderson.OL »

Perfect!
FiveWin 9.03 + xHarbour !!
Post Reply