Subject RE: [IBO] IB2007 "batched updates"?
Author Jason Wharton
> Time to hit the books Jason ;-)

Yes, I agree I need to be more on the cutting edge with new features.

What this appears to allow is a big chunk of text to be sent to the server
and the server parses out all the separate statements and executes them.

I think it's a good idea to minimize network chatter but in my opinion they
should have just enhanced the existing DSQL interface to handle multiple
statements instead of creating two new API calls. Unless I hear a minor
outcry I will likely implement this when I get to the point of also
including input parameters in the TIB_Script component. That's going to be
a while yet.

Jason