Description |
The actual record is inserted to the fulltext index. If the record is changed, before calling this function the record has to be removed with UNSCANREC from the fulltext index:
readrec(db,rno);
unscanrec(db,...);
setfield(db,...);
setfield(db,...);
...
writerec(db,rno);
scanrec(db,...);
|