Kbase 20876: ACTIVEX - Do Com Objects Participate in Transactions?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/10/2008 |
|
Status: Verified
GOAL:
Determine if ActiveX Objects (OCX or Automation) that internally access a Progress database (via ODBC) can have their transactions rolled back from within the 4GL.
FIX:
It is not possible to have the transactions which are active inside of the ActiveX Objects (which are using ODBC to talk to the database) rolled back as part of a transaction that is active within the 4GL program which is communicating with the ActiveX Objects. You will need to implement your own method within the ActiveX Objects which will roll back the transactions which are active within the ActiveX Objects.