Gordon,
I don't know which database you're using, but I've noticed that Orion
generates bad SQL statements for postgres. It also tries to auto-generate
tables that already exist. With Oracle everything works well though for
me. I create all my own tables to avoid the problem (and I think that you
would normally want that control over datatypes anyway).
--
Thomas Munro <[EMAIL PROTECTED]>
http://www.gi-technology.com/
GI Technology (Paris)
On Wed, 24 May 2000, Gordon Tyler wrote:
> > Auto-creating table: create table ShipBean (id NUMBER
> > not null primary key, tonnage double precision null,
> > capacity NUMBER null, na
> > me VARCHAR2(255) null)
> > Error compiling
> > file:/C:/orion/applications/CreateShipApp/ejb-jar-ic.jar:
> > Variable contained illegal space
>
> The column/variable 'name' has a linefeed character in the middle of the
> word.
>
> Ciao,
> Gordon
>