You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Brad Kennedy <bw...@ns.sympatico.ca> on 2005/09/15 16:56:13 UTC

updateable resultsets

Does Derby 10.1 support updateable resultsets?

Re: updateable resultsets

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
>>>>> "Brad" == Brad Kennedy <bw...@ns.sympatico.ca> wrote:
Brad> 
Brad> Does Derby 10.1 support updateable resultsets?

Hi Brad,

Yes it does, but limited to forward only result sets. Update and
delete are implemented, but not insert.

See also http://db.apache.org/derby/docs/10.1/ref/rrefjdbc77156.html

Dag