Re: string mappings

2002-01-10 Thread Peter Beck
Just create or alter the database table by hand. You can then assign whatever length to you varchar fields. We have disabled the autocreate-tables option in orion-application.xml and create all our tables by hand. hope that helps, Peter Morten Wilken wrote: >hi all, >i have a situation where

AW: string mappings

2002-01-09 Thread Jan Heise
- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Morten Wilken Gesendet: Mittwoch, 9. Januar 2002 11:50 An: Orion-Interest Betreff: string mappings hi all, i have a situation where i need to make an entitybean with a subject line and a body text in the class both these are implemented

string mappings

2002-01-09 Thread Morten Wilken
hi all, i have a situation where i need to make an entitybean with a subject line and a body text in the class both these are implemented as Strings, but i need to map the subject to a short varchar (ie 50 chars) and the body text to a larger one (but not so large that i need to map it to a blob).