Topic complex |
Table functions |
Function |
deldb() |
Short |
Deletes a table within all belonging elements |
Syntax |
DELDB(db_path : STRING; password : STRING; code : INTEGER) : INTEGER |
Parameter |
db_path : path of the table
password : default = ""
code : encryption code (default = 0) |
Return |
error code
0 = successfully deleted |
See also: |
|
Description |
Deletes a table within all belonging elements like MEMO, BLOB and indices.
|