I am running an insert statement using sqlexecdirect. The insert will fire couple triggers.
- Does the insert and subsequent triggers will be executed in single transaction ?
It looks like c++ code is getting success before the completion of the triggers!
Has any one noticed this before and Please let me know any suggestions/workarounds.