Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Advantage CA-Clipper Guide v6.11 - ax_rddcount() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 AX_RDDCount()
 Determine the number of RDDs linked into an application
------------------------------------------------------------------------------

 Syntax

     AX_RDDCount() -> numeric

 Returns

     Returns a numeric value that represents the number of database drivers
     available to the CA-Clipper application.

 Description

     This function returns the number of database drivers (RDDs) that have
     been linked into the application.  The index and table drivers are
     counted separately.   For example, DBFNTX and DBF are both counted
     because they are each a separate driver.

 Example

     // Force Advantage NTX RDD to load
     USE test1 VIA "DBFNTXAX"

     // Force DBFNTX driver to load
     USE test2 VIA "DBFNTX" NEW

     // Get number of RDDs available
     ? AX_RDDCount()                     // Should display 4 for DBFNTX,
                                         // DBF, DBFNTXAX, and AXDBF RDDs


See Also: AX_RDDInfo() AX_RDDName() AX_SetRDD()

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