Updated: 2017-02-04
OLE DB Property of Rowset and Command — «refresh_sql»
Name:
refresh_sql
Type:
VT_BSTR
R/W:
R/W
Default:
EMPTY
IBProvider:
3, 5
Defines SQL query for re-reading of row data. The provider allows the use only of «OLD» parameters in query text.
Example: «SELECT * FROM MY_TABLE WHERE ID=:OLD.ID»