I don't know if Torque supports batch processing (the version I use does not seem to) but you can certainly access the connections and perform the batch JDBC api's from within a Torque based app.
The one tricky thing with the batches is to make sure you clear them if you want to roll back as rollback() has no affect (at least in the Oracle drivers) on the batch state (what's in the association).
Good luck,
David
Howard Lin wrote:
Hi, I'm wondering if Torque supports Batch Processing (from JDBC). Thanks,
Howard Lin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
