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 33538 - Cannot recreate table with IMAGE column type
Summary: Cannot recreate table with IMAGE column type
Status: VERIFIED DUPLICATE of bug 33634
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-12 15:07 UTC by Martin Schovanek
Modified: 2006-03-01 09:26 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-12 15:07:46 UTC
[Nb Build S1S5, jdk1.4.1, jdbc:weblogic:mssqlserver4]

Step to reproduce:
------------------
1) create table:
create table "guest"."Untitled"("a" IMAGE)
2) grab structure, recreate table

Err message appears:
The size (2147483647) given to the column 'a' exedes the 
maximum allowed....

- Recreate table script:
create table "Untitled"
(
	"a" LONGVARBINARY(2147483647)
)
Comment 1 Radko Najman 2003-09-17 17:23:00 UTC
This is the same design issue as in #33634. Closing as DUPLICATE.

*** This issue has been marked as a duplicate of 33634 ***
Comment 2 Lukasz Grela 2006-03-01 09:26:45 UTC
v.