Subject | no wait stored procedure? |
---|---|
Author | |
Post date | 2014-06-06T20:39:54Z |
Is it possible to run a stored procedure (SP) using IBO and not wait for it to return?
If SPA could call SPB and SPA not wait for SPB to complete, my task could be done.
I need to run a Firebird DB sql task at the start of each day and at present am doing this in the program run first during the day.