xHarbour Reference Documentation > Function Reference |
Retrieves and/or selects the default replaceable database driver.
DbSetDriver( [<cRddName>] ) --> cPreviousRDD
DbSetDriver() returns a character string with the name of driver that is active before the function is called.
The function exists for compatibility reasons and is replaced by function RddSetDefault().
See also: | RddSetDefault() |
Category: | Database functions , Database drivers |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
// see function RddSetDefault() for an example
http://www.xHarbour.com