Oracle transaction control

2004-12-14 Thread Dave Gray
Our application will use Torque to create a database and fill it with sample data. The project-schema.xml and project-data.xml are generated by the application. I have foreign key constraints between tables. I cannot guarantee the order of the records in the generated project-data.xml. To avoid for

RE: Problem with configuration for DB2

2004-12-07 Thread Dave Gray
Michael & Stefan, Thanks for your help. It is now working - with no further changes! I switched to testing another database. In the process I had to reboot. When I tried my DB2 example again after the reboot it worked! I have no idea what I cleared that caused the problem to go away. Now it works

RE: Problem with configuration for DB2

2004-12-03 Thread Dave Gray
script to move the db2java.zip for JDBC 2.0 to your SQLLIB\java directory. Also be sure to copy this JAR into the location which is referenced your build-torque.xml ant script. Michael -----Original Message- From: Dave Gray [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 3:28 P

RE: Problem with configuration for DB2

2004-12-02 Thread Dave Gray
nd post more details of this exception. Stefan Dave Gray schrieb: >I am using the type 2 driver: COM.ibm.db2.jdbc.app.DB2Driver >and the url: jdbc:db2:SAMPLE > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Sent: Thursday, December 02, 2004

RE: Problem with configuration for DB2

2004-12-02 Thread Dave Gray
using the JDBC 2.0 driver? Michael -Original Message- From: Dave Gray [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 3:06 PM To: [EMAIL PROTECTED] Subject: Problem with configuration for DB2 I have been using Torque with MSSQL. We need to support multiple database types so I

Problem with configuration for DB2

2004-12-02 Thread Dave Gray
I have been using Torque with MSSQL. We need to support multiple database types so I am testing our apps with other databases. When I try to run against DB2 8.2 I get the following output: C:\torque-gen-3.1>ant -f=build-torque.xml jdb