Hello all,

I am currently trying to make Torque work with MSSQL.
However, I am facing one problem.
When i run the "insert-sql" task, torque executes file
"id-table-init.sql" AFTER executing file
"PROJECTNAME-schema-idtable-init.sql". Because of this order of
execution, the records once inserted into ID_TABLE gets dropped and then
created again by "id-table-init.sql". Of course, the ID_TABLE generated
includes absolutely no record at all.
Is there any way to avoid this situation?

The ant tasks I run are:
main, id-table-init-sql, create-db, insert-sql

Thank you very much in advance.

Best Regards,
Shin Ohkubo


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

Reply via email to