project BLF > class Persistence Layer > method WriteData

Description

Write the data to the database.
This takes care of the transfer of data from the class temp-tables to the real database tables.
It also takes care of the optimistic locking checkings (using t_i<table>).


Parameters


tDynRelinputtemp-tableDescription of the data to write.
ihClassinputhandleHandle to the class that is using the persistence layer. In most of the cases, this handle will be available in the preprocessor {&TARGETPROCEDURE}.
ihRowidConvertinputhandleHandle to the temp-table tFcRowidConvert.
icUserLogininputcharacter
oiReturnStatusoutputinteger


Internal usage


BLF
method database.DataSaveWorker


program code (program1/persistence.p)