If data in a table was modified by actions DB(S)_INSERT, DB(S)_UPDATE, DB(S)_INSUPD, DB(S)_DELETE, PG_INSERT, PG_UPDATE,
PG_DELETE (in non-transactional mode), by action DB_TRANS_COMMIT (which commits at least one of previously mentioned actions) or directly
by editing in Browser, then the process
D2000 DBManager
automatically refreshes this table's data in all Browsers, that have opened this table. Therefore it's not necessary to call DB_REFRESH_TABLE.
Action DB_REFRESH_TABLE should be called to refresh data only if the data in a table was modified by means different from
above specified actions
(e.g. by calling stored procedure, by action SQL_EXEC_DIRECT, etc.).
0 komentárov