Does tStoredProcedure run after execute?
Posted: Fri 27 May 2011 14:53
Hi
I start some stored procedures using tStoredProcedure.
Until now, I've assumed that if I start the same stored procedure from different programs, they would not run simultanoeusly as long as I packed them in StartTransaction/Commit/Rollback.
Now I get some errors that seems to indicate that is not the case
Is that correct?
If that is the case, and I now have to make sure I don't run them at the same time, how do I run stored procedures in the same database from different programs?
Best regards
Poul
I start some stored procedures using tStoredProcedure.
Until now, I've assumed that if I start the same stored procedure from different programs, they would not run simultanoeusly as long as I packed them in StartTransaction/Commit/Rollback.
Now I get some errors that seems to indicate that is not the case
Is that correct?
If that is the case, and I now have to make sure I don't run them at the same time, how do I run stored procedures in the same database from different programs?
Best regards
Poul