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>advanced commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Advanced Commands
------------------------------------------------------------------------------

   To use Advantage advanced commands when using the Advantage RDD as
   your only RDD, you must include an Advantage header file in your source
   file(s).  Then, recompile and relink your application.  Advanced commands
   you may want to access include BEGIN TRANSACTION, SET RIGHTS CHECKING,
   and SET AXS LOCKING.

   To include a header file in your application, select one of the
   following files and #include it in your source code:

   The Advantage header files:

      DBFNTXAX.CH
      or
      DBFCDXAX.CH
      or
      AXNTXCDX.CH
      or
      AXCDXCMX.CH   (CA-Clipper 5.2 only)
      or
      AXCDXSIX.CH   (CA-Clipper 5.2 only)

   To select the correct header file, see the section "Advantage Header
   Files".

   For example, the following steps should be used if you want to use the
   Advantage NTX RDD (DBFNTXAX) as the only database driver in your
   application and you would like access to Advantage advanced
   commands.

   1.   Include DBFNTXAX.CH as a header in your source file(s) using the
        #include directive if using Advantage advanced commands:

             #include "DBFNTXAX.CH"

   2.   Compile your application.

   3.   Add the Advantage libraries to your link command or link script
        before the CLIPPER.LIB file.

   4.   Relink your application.



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