Hi All,
I am new to ct lib.
I am executing below statements from a c++ program using CT Libs.
my storedproc1 is updating one table1 and stored proc2 wants to get the updated data which storedproc updated in table1.
The application hangs/the storedproc2 hangs here.
Begin transaction
exec storedproc1
exec storedproc2
Commit transaction
Any pointers to solve this issue are really helpfull.
Thanks
jusva2011