xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

DbTableExt()

Retrieves the default database file extension of the current RDD.

Syntax

DbTableExt() --> cFileExtension

Return

The function returns the default extension for database files used by the current RDD as a character string.

Description

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.

Info

See also:DbInfo(), DbOrderInfo(), OrdBagExt(), RddInfo()
Category: Database functions
Source:rdd\dbcmd.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe