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 155600 - Error by table creation isn't handled correctly
Summary: Error by table creation isn't handled correctly
Status: RESOLVED DUPLICATE of bug 155599
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-12-16 18:11 UTC by Roman Mostyka
Modified: 2009-05-12 14:44 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 Roman Mostyka 2008-12-16 18:12:00 UTC
1. Connect to "travel" Java DB.
2. Rightclick "Tables" node and choose "Create Table...".
3. Enter table name, column name, choose INTEGER, set "Scale" to '10' and click "OK".

Result: Error message "Insufficient information to create a table. Check the name of the table, the number of columns,
and the column types." appears. But this message doesn't tell about real problem, since with name of the table, the
number of columns, and the column types everything is OK. Probably this message can appear with some other steps and it
means that error by table creation isn't handled correctly.
Comment 1 Jiri Rechtacek 2009-02-10 15:34:53 UTC
Reassigned to new owner.
Comment 2 Jiri Rechtacek 2009-05-12 14:44:43 UTC

*** This issue has been marked as a duplicate of 155599 ***