There is nothing inherently "wrong" with creating a n_tr object (or even a plain ole transaction object) and using it in your application. However, one must be careful about choosing this route since the code can no longer assume the presence of (and use) the global sqlca transaction object.
↧