Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>dbt.obj</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  DBT.OBJ

  By default, the SIx Driver's SIXCDX flavor uses FoxPro compatible memo
  files (.FPT's), and the SIXNSX flavor uses SuccessWare's own .SMT memo
  format.  Both formats allows for better memo field performance as well as
  user-definable block size.

  If, however, you want to use Clipper's .DBT format with SIXCDX and/or
  SIXNSX, you must link the DBT.OBJ file into your application.

  For example, to link an application called MYAPP to use .DBT memos under
  SIXCDX, you would use the following link command:

    RTLink:

      EXOSPACE FI myapp,sixcdx,dbt LIB six3,clipper

    Blinker:

      BLINKER FI myapp,sixcdx,dbt @six3 LIB clipper

    CauseWay:

      WL32 myapp sixcdx dbt,,,six3 clipper


  NOTE:  If you are using both SIXCDX and SIXNSX in the same application,
         linking DBT.OBJ into the application will cause both drivers to
         use .DBT memo files instead of their normal defaults of .FPT and
         .SMT, respectively.


See Also: FPT.OBJ SMT.OBJ NOMEMO.OBJ

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