How can I initiate more than one transaction in the same connection ?? as main transaction and others sub ones
Case :
Code: Select all
snMain :TOraSession
tblMain: TOraTable;
session := snMain ;
tblSub: TOraTable;
session := snMain ;
can i do that with one TOraSession component ???
work around: just create two TOraSession and set pooling True
Best Regards,