ccmarquina <[email protected]> writes: > I would like to know if it's possible to use ROWID to update rows in a table > derby DB. I can't find information to do it.
No. You could use Derby's support for JDBC updatable scrollable result sets in some use cases, or roll your own ids using auto generated keys. http://db.apache.org/derby/docs/10.8/ref/crefjavstateautogen.html Hope this helps, Dag > > Thanks > > Regards
