I am using ZeosLib within Delphi to call a MySQL stored procedure through the TZQuery object. Immediately after MySQL finishes execution of the stored procedure I need to initiate my next block of code.
I added a SELECT 1;
statement at the end of my MySQL stored procedure. What is the best way to find out that the results have been returned?