Subject no wait stored procedure?
Author

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.