Problem with Professional IBM WebSphere 5.0 App SE
When i read the Professional IBM WebSphere 5.0 Application Server Book, i found a bug in Chapter05.
The source code named Table.ddl in chapter05.zip,
line 48 there "IMGBYTES BIT VARYING(1000) NULL"
the BIT VARYING(1000) i can't found bit type in DB2
What does this mean?
And what type can instead of BIT VARYING?
|