SQL support / SQL insert cursors |
Flushes the buffer of an insert cursor.
FLUSH cid
When flushing an insert cursor, all buffered rows are inserted into the target database table and the insert buffer is cleared.
The insert buffer may be automatically flushed by the runtime system if there no room when a new row is added with the PUT instruction.