Definition: | db_delete_record(integer i) |
Description: | Delete record number i from the current table. |
Comments: | The record number, i, must be an integer from 1 to the number of records in the current table. |
Example: |
db_delete_record(55) |
See Also: | db_insert, db_table_size |