DBSETDRIVER()
Establishes the name of replaceable daabas driver for a 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, 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")
- Status
Ready
- Compliance
- This function is CA-Clipper compatible
- Files
- Library is rdd
- See Also