create-db only creates the database, not the tables. And with my db (sapdb)
create-db actually does nothing (the generated sql script is 
all comments, and wouldnt work anyway - sapdb doesnt allow creating
databases via sql)

insert-sql is where the tables are created.

> -----Original Message-----
> From: Rick Ross [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 10:44 AM
> To: Turbine Torque Users List
> Subject: Re: problem with bookstore sample
> 
> 
> You need to run the create-db target first.
> 
> ----- Original Message -----
> From: "Russell Smyth" <[EMAIL PROTECTED]>
> To: "Turbine-Torque-User (E-mail)" 
> <[EMAIL PROTECTED]>
> Sent: Wednesday, August 28, 2002 10:41 AM
> Subject: problem with bookstore sample
> 
> 
> > I am trying to get the bookstore sample working "as 
> advertised" - I have
> > gotten it working by hand tweeking or hand running sql, but 
> I would like
> to
> > get to the point where all that should be automated is - 
> this is very
> > relevant for the real project in which we are considering Torque.
> >
> > the problem I am having is when I run
> >
> > ant -f  build-torque.xml insert-sql
> >
> > the id_table population is attempted BEFORE the id_table is 
> created, which
> > of course fails.
> >
> > Is this a known problem? is there a fix/workaround? (other 
> than running
> the
> > id_table population seperately.
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to