Subject IBO, Firebird and StoredProcedure as run and forget
Author russellbelding
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