Hi, I'm using OJB0.9.5 with HSQL1.7 and need a db field for longer descriptions (4000 chars and more). First I've defined a stupid LONGVARCHAR but the table wasn't created because of a type error for this field (Wrong data type... text ...). Next time I'm trying to use the VARCHAR with length attribute but the creation log shows me that it "defaults" to a varchar(50).
What did I wrong? Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
