This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 67168

Summary: [50cat] Select results should have an 'Editable results' button.
Product: db Reporter: llturro <llturro>
Component: CodeAssignee: Andrei Badea <abadea>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description llturro 2005-10-20 09:56:55 UTC
[ BUILD # : 200510131600 ]
[ JDK VERSION : 1.6 ]

When possible, select results should be editable. 
How could I contribute to this? I spent some time 
with similar code in the past.
Comment 1 Andrei Badea 2005-10-28 17:31:51 UTC
Duplicate of issue 65763. It would be very nice if you could help with it. If
you want to, look at the UI spec at 

http://db.netbeans.org/uispecs/sqleditor/sqleditor-ui-spec-promo-g.html 

Try to implement (at least partially) the section "Change Table Data". No need
to implement editing of multiple RecordSet's (it isn't currently possible to
execute multiple statements anyway). Send the patch to abadea@netbeans.org when
you have something that works (better earlier in the implementation phase than
later).

The SQL execution code and the result panel are in db/core (look at
org.netbeans.modules.db.sql.loader.SQLEditorSupport.executeSQL() for a start).

Suggest to move the discution to issue 65763, as that issue will track the
implementation of ResultSet editing.

*** This issue has been marked as a duplicate of 65763 ***
Comment 2 llturro 2006-01-18 14:44:19 UTC
Duplicated