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>how do i change the current rdd?:</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  How do I change the current RDD?:

  The current RDD (database driver) can be changed either by using the VIA
  clause when opening a database (driver becomes active for the workarea
  the database is opened in), or by changing the default RDD using Clipper's
  RDDSetDefault() function.

  To open a table with a specific RDD:

     USE <.dbf> VIA "<rdd>"

  Example:

     USE MYTABLE VIA "SIXNSX"


  To change the default RDD:

     RDDSetDefault( "<rdd>" )

  Example:

     RDDSetDefault( "SIXNSX" )


See Also: How Do I Specify An RDD?

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