Definition: | db_replace_data(integer i, object x) |
Description: | Replace the data portion of record number i, with x. x can be any atom or sequence. |
Comments: | The record number, i, must be from 1 to the number of records in the current table. |
Example: |
db_replace_data(67, {"Pete", 150, 34.5}) |
See Also: | db_delete_record |