Refind_After_Save
Will the record be refound directly after a save operation.
Supported By
- SQL Drivers (SQL Server, DB2, and ODBC)
Value
- YES
- NO
Associated Attribute
- DF_FILE_REFIND_AFTER_SAVE (Boolean)
Remarks
If triggers are defined on a table that fill one (or more) columns in a row that is created or updated, you may use this setting if you want these new column values to be available directly after the save operation.
Setting this keyword will ensure that the record buffer is up-to-date. Setting this keyword to NO, the default, will switch re-fetching the row off. This eliminates a Client/Server communication round trip, thus speeding up performance when creating records.