Hi,

> Would it be possible to support inserted rows via resultset to be
> added to that result set.

It is possible to implement that, but it's quite complicated or slow.
One solution is to reload the result set (very slow). Another idea is
to 'overlay' the result set with inserted rows (that are in-memory).
That's quite complicated. Also it wouldn't work if you want to insert
many rows because the data is kept in memory.

> currently I only saw mysql supporting this, while
> oracle, db2, derby do not

I guess they don't support it because it's hard to implement :-)

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to