DB_REFRESH_TABLE action
Related pages:
DB_REFRESH_TABLE dbObjIdent[, retCodeIdent_Int] [ON procIdent] DB_REFRESH_TABLE dbObjIdent TRANS transHandle [ON procIdent]
dbObjIdent | in | Reference to an object of Database table type. |
retCodeIdent_Int | out | Identifier - return code (optional parameter). |
transHandle | in | Identifier of a connection to a database obtained by calling the DB_TRANS_OPEN action. |
procIdent | in | Identifier of D2000 HI process. |
If retCodeIdent_Int is not given, the action makes a difference as a request to refresh data without waiting for a result (or termination of the refresh).
If this parameter (return code) is entered, the action will be terminated as soon as all Browser devices are terminated (procIdent must be set) in all opened processes D2000 HI.
If procIdent parameter is specified, only a defined D2000 HI process will be refreshed, if not, all opened D2000 HI processes will be refreshed.
If transHandle parameter is specified, this action only schedules a data refresh. The refresh is performed only when the transHandle transaction is committed with the DB_TRANS_COMMIT action. If the database operation is canceled (action DB_TRANS_ROLLBACK), data refresh will not be performed.
Note: The transHandle transaction can also be opened against another object of the Database type (other than the Database, which is the parent of the table whose data is in the displayer), but it is necessary that this object of the Database type has the same parent (the DBManager process) as the Database, which is the parent of the table whose data is in the displayer.
Related pages:
Pridať komentár