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 - [50cat] Select results should have an 'Editable results' button.
Summary: [50cat] Select results should have an 'Editable results' button.
Status: VERIFIED DUPLICATE of bug 65763
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 09:56 UTC by llturro
Modified: 2006-01-18 14:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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