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 - <b>advantage header files</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Advantage Header Files
------------------------------------------------------------------------------

   Advantage header files must be included in your source code if you want
   to use the advanced commands available in the Advantage RDD.  Advantage
   advanced commands gives you access to BEGIN TRANSACTION, SET AXS
   LOCKING, AUTOUSE, SET RIGHTS CHECKING, and other advanced commands.

   The following is a list of Advantage header files and a short explanation
   of when each should be used.  Each header file also contains information
   on when it should be used.

   DBFNTXAX.CH

   Header file for the Advantage NTX RDD (DBFNTXAX).  Include this header
   file in your application if you want to make use of advanced commands
   available with the Advantage NTX RDD.

   To make DBFNTXAX the default RDD in your application, link
   DBFNTXAX.OBJ into your application.  If you want to use both the
   DBFNTXAX and DBFNTX RDDs in the same application, and you have made
   DBFNTXAX the default RDD by linking DBFNTXAX.OBJ into your
   application, then you must "REQUEST DBFNTX" somewhere in your
   source code.

   DBFCDXAX.CH

   Header file for the Advantage CDX/IDX RDD (DBFCDXAX).  Include this
   header file in your application if you want to use the advanced
   commands available with the Advantage CDX/IDX RDD.

   To make DBFCDXAX the default RDD in your application, link
   DBFCDXAX.OBJ into your application.  If you want to use both the
   DBFCDXAX and DBFCDX RDDs in the same application, and you have made
   DBFCDXAX the default RDD by linking DBFCDXAX.OBJ into your
   application, then you must "REQUEST DBFCDX" somewhere in your
   source code.  If you include the ORD.CH header file (CA-Clipper 5.3
   only) in your application, include it before this DBFCDXAX.CH header
   file.

   AXNTXCDX.CH

   Header file for both the Advantage RDDs (DBFCDXAX and DBFNTXAX).
   Include this header file in your application if you want to use both the
   Advantage NTX RDD (DBFNTXAX) and the Advantage CDX/IDX RDD (DBFCDXAX)
   in the same application and you want to use the advanced commands
   available with the Advantage RDDs.

   Note:  If both Advantage RDDs (DBFNTXAX and DBFCDXAX) are linked into
   an application, a warning or error about multiple definition of the
   symbol "_AXDEF_RDDNAME" may occur. This warning can be ignored.

   AXCDXCMX.CH   (CA-Clipper 5.2 users only)

   Header file for the Advantage CDX/IDX RDD (DBFCDXAX).  Include this
   header file if you want to use the Advantage CDX/IDX RDD (DBFCDXAX) and
   Loadstone's CDX RDD (COMIX) in the same application and you want to use
   commands.

   If you include the CMX52.CH header file in your application, include
   it before this AXCDXCMX.CH header file. Link either DBFCDXAX.OBJ or
   CMX52.OBJ into your application to make DBFCDXAX or COMIX, respectively,
   the default RDD.

   AXCDXSIX.CH   (CA-Clipper 5.2 users only)

   Header file for the Advantage CDX/IDX RDD (DBFCDXAX).  Include this
   header file if you want to use the Advantage CDX/IDX RDD (DBFCDXAX) and
   SuccessWare's CDX/IDX RDD (SIXCDX) in the same application and you
   want to use commands.

   If you include the SIXCDX.CH header file in your application, include
   it before this AXCDXSIX.CH header file. Link either DBFCDXAX.OBJ or
   SIXCDX.OBJ into your application to make DBFCDXAX or SIXCDX,
   respectively, the default RDD.


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