Subject Re: [IBO] IBO, Firebird and StoredProcedure as run and forget
Author Ramil
Russell,

Any statement is executed in a transaction, that managed from client
connection.
Client must commit or rollback the transaction. So you cannot run SP
without waiting for finish.
But you can do it in the separate thread or you can execute separate
process like isql.exe with script of executing your SP.

Best regards,
Ramil
>
> I'm using IBO 4.9.9 and FB 2.5.x. I have a stored procedure to run
> that I can execute and I do not want to wait for a result. Usually in
> executing a stored procedure using a TIB_DSQL the IBO code waits for
> the SP to complete on the FB server before proceeding to the next
> instructions. In this case I would like to say "Send any error
> messages to a record in some table and return immediately so my code
> can continue running." Comments will be appreciated.
>
> Is this possible?
> Thanks,
> Russell
>


[Non-text portions of this message have been removed]