Philip Wilder wrote: > > Lance J. Andersen wrote: > [snip .. ]
>> ■ For Select statements that return a single result set, the >> statement is complete when: >> ■ the associated result set is closed. >> ■ the next method on the ResultSet returns false >> >> Should that last line be limited to forward only ResultSets? I think a scrollable ResultSet's next method will return false past the last row, but the statement should not be considered complete. Kathey
