This content has been marked as final.
Show 1 reply
-
1. Re: Field Size Limit for objects in Hypersonic
samirk Oct 23, 2001 4:04 PM (in response to samirk)I figured out a way to bypass the size limit for big objects basically by using this
<sql-type>VARCHAR(999999)</sql-type>
instead of
<sql-type>OBJECTsql-type>
for that field in jaws.xml.
This way you can store big java objects in the hypersonic database
Thanks
Samir