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.2 . Drivers Guide - <b>supported data types</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Supported Data Types
------------------------------------------------------------------------------

     The DBFNDX database driver supports the following data types for key
     expressions:

     .  Character

     .  Numeric

     .  Date

     This is consistent with dBASE III PLUS.

     The DBFNDX database driver does not support indexing with logical key
     expressions as does the default DBFNTX database driver.  This is
     actually a dBASE III PLUS limitation and is not supported by the DBFNDX
     driver in order to enforce compatibility with dBASE III PLUS.

     To work around this limitation, index logical values by converting them
     to character values like this:

     INDEX ON IIF(<lExp>, "T", "F") TO <logicalIndex>


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