SQL_SAVE_BUFFER_END¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This command indicates the end of the extended record buffer and forces a save of any data currently in the buffer.
Syntax
SQL_SAVE_BUFFER_END of {FileName}
Parameter |
Description |
---|---|
FileName |
Name of the file |
Example
Open Customer
SQL_SAVE_BUFFER_BEGIN of Transactions to 10
For i from 0 to 1000
Move i to Transactions.ID
SQL_SAVE_BUFFER of Transactions
Loop
SQL_SAVE_BUFFER_END of Customer