Let me answer the remaining question:
On Apr 3, 2004, at 11:07 PM, Todd O'Bryan wrote:
> 3. Is there a direct equivalent of the MySQL type TEXT? What should I
> use instead?
Since Cayenne uses "standard" JDBC database types for mapping for TEXT
you should use CLOB type which is an unlimited size character column -
a JDBC equivalent of MySQL TEXT. On Java side this will simply map to
String.
Cheers
Andrus
This archive was generated by hypermail 2.0.0 : Sun Apr 04 2004 - 12:31:12 EDT