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/612 invalid key length</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBFCDX/612   Invalid key length

     Explanation:  This error is caused when the stored index key length
     and the actual length, when evaluated, are of different lengths.

     Action:  Some suggestions to resolve the problem are:

     1. Basically, make sure that the key expression will produce a value of
        the same length for all records.

     2. Avoid using functions like TRIM() in the key expression.  If you need
        to restrict the length of key values, use functions like LEFT() or
        PADR().

     3. If you are using a user-defined function (UDF), make sure that the
        same function is available in all applications that use the index,
        and that the function returns a value of the same length for all
        records.

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