Hi Alex,
I am assuming that although there are mulitple statements, only one of them return data. If this is the case, i recommend using SET NOCOUNT ON in the begining of the query. This will ensure that the OBDC connection waits till the very end for the results to come back.
On the other hand if you have multiple results, then i dont think ODBC can support that. Eitherway, your SQL VBO will only expect one type of data and hence there wont be a way to bind multiple result sets to the return data item
------------------------------
Bimal Sebastian
Consultant
Blueprism
Asia/Kolkata
------------------------------