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 - DB2 doesn't support deleting columns
Summary: DB2 doesn't support deleting columns
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 14:57 UTC by Martin Schovanek
Modified: 2003-12-11 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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