> Hi Everyone,
>
[quoted text clipped - 3 lines]
> independent statements running on the same DB2 connection at the same
> time ("in-flight")?
Sure. This happens all of the time. Imagine an application that
opens a cursor, and for each row it fetches, it issues an update to
another table. Two separate statements, both executing at the same
time, with a single connection.
Ian