Topic complex |
Table functions |
Function |
rendb() |
Short |
Renames a table |
Syntax |
RENDB(path, password : STRING; code : INTEGER; newname : STRING) : INTEGER |
Parameter |
path : path of the table
password : password to open the table
code : encryption code
newname : new table name (without directory) |
Return |
error code,
0 : table renamed successfully |
See also: |
|
Description |
A table should never be renamed by RENAME. In most cases it could no longer be possible to open it because for example memo and blob files did not realize the renaming.
More fatal is the missing renaming of the indices.
|