Topic complex |
Table functions |
Function |
filesize() |
Short |
Number of records in a table |
Syntax |
FILESIZE(Tabellenhandle[,Modus] : INTEGER) : INTEGER |
Parameter |
table_handle (from OPENDB) |
Return |
Actual number of records in the table.
|
See also: |
|
Description |
FILESIZE returns not the physical file size of a table, but the actual number of records (rows).
To specify the physical file size there is the function GETSIZE which needs a path as parameter.
If tables are created with GENLIST and GENREL and are included to a full text indexing (in the minimal mode) FILESIZE returns no result for this table.
|