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 193582

Summary: Impossible to delete Oracle database rows
Product: db Reporter: _ pandajava <pandajava>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:
Attachments: Error message when deleting records

Description _ pandajava 2010-12-18 19:24:47 UTC
[ JDK VERSION : 1.6.22 ]

This command run fine on editor : 
delete from   [table] where  [condition]; 
commit ; 

but if you want to execute the same commande with "Delete Selected Record(s)" 
in the grid an error dialog appears showing it is impossible to delete.

Message : Error  code 942, SQL state 42000
Delete command failed: ORA-00942
Comment 1 _ pandajava 2010-12-18 19:25:49 UTC
Created attachment 104249 [details]
Error message when deleting records
Comment 2 Jiri Rechtacek 2010-12-21 10:22:16 UTC
Please, try with latest builds of IDE (describe build number of IDE on which are you testing). Probably it have been fixed recently. Thanks