Kbase P28902: Can RowObjUpd records be updated in the beginTransactionValidate procedure and have the changes appl
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
Can RowObjUpd records be updated in the beginTransactionValidate procedure and have the changes applied to the database?
FACT(s) (Environment):
Progress 9.1D
FIX:
No, you cannot use the beginTransactionValidate procedure to update RowObjUpd records and have the changes applied to the database. Use the proper procedure (preTransactionValidate) instead.