Customer Portal

DBExecute custom commit fails

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    you have to set attribute threadSafeConnection="false" in your connection. In other case you call commit on different connection instance (while each component creates its own instance of db connection - see DB Connection).

Please sign in to leave a comment.