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 139128 - Need have ability to insert record (not to add)
Summary: Need have ability to insert record (not to add)
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 12:44 UTC by Roman Mostyka
Modified: 2008-07-07 15:28 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 Roman Mostyka 2008-07-07 12:44:35 UTC
1. Insert 2 new records with ID '1' and '3'.
2. Rightclick record with ID '1' and choose "Insert a record.".
3. Specify necessary parameters and set ID '2' and click "Execute".

Result: Record with ID '3' is added to the end of the table. It isn't inserted after record, which was rightclicked.
Comment 1 _ ahimanikya 2008-07-07 15:28:35 UTC
This does not make sense to me, for a database operation. INSERT in database sometime can equated with append a row in
the end.