Subject | RE: [IBO] no wait stored procedure? |
---|---|
Author | IBO Support List |
Post date | 2014-06-06T21:41:16Z |
I suggest that you have an ISQL script scheduled in your
scheduler service so that it happens from a batch command.
Jason
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Friday, June 6, 2014 3:40 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] no wait stored procedure?
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.