Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Error Messages - <b>dbfcdx/1054 the type or length of the key doesn't match what's stored</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBFCDX/1054  The type or length of the key doesn't match what's stored
              on disk

     Explanation:  this error code indicates:

     1. a key expression has changed since the index was created.  For
        example, if you had an index on LAST and changed the width of the
        field from 20 bytes to 25 bytes, and then tried to use the old index,
        you would get this error.

     2. an index was created on an expression which has a variable length
        (e.g., TRIM(last)).  The key expression must always return a fixed
        length.

     Action:  Use PADR() to ensure that the key expression is always the
     same length.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson