John McNally wrote:
> 
> Was the idbroker table set up?

I see the empty author table, the empty book table and
the "ID_TABLE" with values

101, book
102, author

which I can also read over JDBC.

Silvio



> 
> john mcnally
> 
> Silvio Godenzi wrote:
> >
> > Hi
> >
> > My name is Silvio Godenzi and I would like to use torque with
> > Interbase 6.01 Open Source Edition.
> >
> > I have already adapted some "*.vm" to be able to create the DB and
> > tables.
> >
> > When inserting the Author with the test example I get
> > an exception and a rollback, even though I've
> > set the services.
> >
> > The results are the same for idbroker and native id methods.
> >
> > In the torque log file I see:
> >
> > 2002-01-07 18:11:32,000 [main] WARN  org.apache.torque.oid.IDBroker -
> > IDBroker is being used with db 'bookstore', which does not support
> > transactions.  IDBroker attempts to use transactions to limit the
> > possibility of duplicate key generation.  Without transactions,
> > duplicate key generation is possible if multiple JVMs are used or other
> > means are used to write to the database.
> >
> > --> but Interbase always supports transactions and the interclient
> > driver
> > returns true for
> > con.getMetaData().supportsTransactions();
> >
> > Maybe anyone could help me or tell me which log4j settings I should use
> > to see the SQL statements generated or how to verify that the
> > connection is established.
> >
> > Thank you
> >
> > Silvio
> >
> > --
> > 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