>>>>>>>>>>>> Software wrote (2006-02-17 00:34:02):
> Hi all,
> 
> I tried to insert a new row into a table with the following code:
> [code]
>  protected void  insertField(ArrayList field) throws SQLException {
>         try {
>             Statement stmt =
> con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
>                                                 
> ResultSet.CONCUR_UPDATABLE);

Scrollable Updatable Resultsets is not supported, but is planned to be
available in version 10.2 of Derby which will be released this spring.


-- 
Bernt Marius Johnsen, Database Technology Group, 
Staff Engineer, Technical Lead Derby/Java DB
Sun Microsystems, Trondheim, Norway

Attachment: signature.asc
Description: Digital signature

Reply via email to