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

  Syntax:

  USE <(db)>                           ;
  [VIA <rdd>]                          ;
  [ALIAS <a>]                          ;
  [<new: NEW>]                         ;
  [<ex: EXCLUSIVE>]                    ;
  [<sh: SHARED>]                       ;
  [<ro: READONLY>]                     ;
  [INDEX <(index1)> [, <(indexn)>]]    ;
  [TRIGGER <trig>]                     ;
  [PASSWORD <password>]

  Generally, this command works the same way as it does in Clipper.  The
  only difference being the TRIGGER and PASSWORD clauses.

   TRIGGER  - Allows you to assign a custom trigger function to this table's
              workarea.

   PASSWORD - Set an encryption password to be used in opening this table.

  Examples:

    // Open TEST.DBF under SIXCDX using a trigger function called CustTrig()
    USE TEST VIA "SIXCDX" TRIGGER "CustTrig"

    // Open the encrypted TEST.DBF in EXCLUSIVE mode under SIXNSX using a
    // password of "BartMan".
    USE TEST VIA "SIXNSX" PASSWORD "BartMan" EXCLUSIVE

    // Open the encrypted TEST.DBF under SIXCDX using a trigger function
    // called MyTrig() and the password "BartMan"
    USE TEST VIA "SIXCDX" TRIGGER "MyTrig" PASSWORD "BartMan" NEW



See Also: Sx_SetTrigger() Sx_SetPass()

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