xHarbour Reference Documentation > Function Reference |
Retrieves the default database file extension of the current RDD.
DbTableExt() --> cFileExtension
The function returns the default extension for database files used by the current RDD as a character string.
DbTableExt() returns the extension for database files used by the RDD that opens a database in the current work area. Different RDDs may maintain different default file extensions. They are used when a database file is created or opened and the file name is specified without extension.
Note: DbTableExt() does not return the file extension of an open database.
See also: | DbInfo(), DbOrderInfo(), OrdBagExt(), RddInfo() |
Category: | Database functions |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com