Viva Clipper !

dbSetDriver()

Advertisements

DBSETDRIVER()

Establishes the RDD name for the selected work area

Syntax

      DBSETDRIVER( [<cDriver>] ) --> cCurrentDriver

Arguments

<cDriver> Optional database driver name

Returns

DBSETDRIVER() returns the name of active driver

Description

This function returns the name of the current database driver for the selected work area. The default will be “DBFNTX”. If specified, <cDriver> contains the name of the database driver that should be used to activate and manage the work area. If the specified driver is not avaliable, this function will have no effect.

Examples

      DBSETDRIVER("ADS")

Compliance

Clipper

Files

Library is rdd

Seealso

DBUSEAREA()

Advertisements

Advertisements