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 33426

Summary: DB2 doesn't support deleting columns
Product: db Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Schovanek 2003-05-06 14:57:39 UTC
[S1S5 Build 030502, jdk1.4.1, jdbc:db2:]

Delete operation on DB2 columns throws error
because DB2 doesn't support it.
Comment 1 Radko Najman 2003-05-13 16:26:34 UTC
Because DB2 doesn't support deleting columns from table, error message
 is displayed. The message says that it is not possible to execute
given command and error message provided by JDBC driver is displayed.
It is up to user to understand this driver message. There is no
infrastructure to disable delete action on DB2 columns.
Comment 2 Radko Najman 2003-05-14 15:55:37 UTC
reopen
Comment 3 Radko Najman 2003-05-14 15:57:07 UTC
Workaround implemented, delete action is disabled for IBM DB2 databases.
Comment 4 Martin Schovanek 2003-07-16 16:28:59 UTC
VERIFIED