On Wed, 1 Nov 2000, Ingo Bruell wrote:
> I have tried both BLOB and RAW LONG, but I always get an invalid columntype
> exception from Oracle as JDBC Type I have used JAVA_OBJECT and BLOB.
Do you get the error when it goes to create the table, or when it
tries to read from it or write to it? If it's a table-creation error,
what happens if you create the table manually instead of letting JAWS do
it. In any case, could you post the SQLException and the surrounding
jBoss log output? Also, you know that is should be "LONG RAW" and not
"RAW LONG", right? Finally, you can try RAW(255) but that's limited to
255 bytes, so I suspect it won't handle a normal Vector.
Aaron
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]