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 78487 - can't create tables with varchar fields
Summary: can't create tables with varchar fields
Status: RESOLVED DUPLICATE of bug 65762
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 10:53 UTC by Pavel Rehak
Modified: 2006-06-22 15:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (309.07 KB, image/jpeg)
2006-06-20 10:53 UTC, Pavel Rehak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Rehak 2006-06-20 10:53:09 UTC
Product Version         = NetBeans 5.5 Dev (Build 200606090200)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b02;
Sun Microsystems Inc.; F:\Java\jdk1.5.0_07\jre
  System Locale; Encoding = ja_JP (nb); MS932
--
(pseudolocalized jappanise nb5.5)
using glassfish with derby running on localhost and trying
create new table with one column varchar 
see attachment
all others data types works just fine
Comment 1 Pavel Rehak 2006-06-20 10:53:50 UTC
Created attachment 31207 [details]
screenshot
Comment 2 Andrei Badea 2006-06-22 15:45:02 UTC
Not a defect. You must specifiy the size for a VARCHAR field on Derby (although
you don't need to on other databases, e.g. PointBase). Admittedly the dialog
should warn you about it.


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