You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Howard Lin <Ho...@vonage.com> on 2003/06/24 16:33:04 UTC

batch processing

Hi, I'm wondering if Torque supports Batch Processing (from JDBC). Thanks,

Howard Lin

Re: batch processing

Posted by David Hainlin <dh...@attbi.com>.
Howard,
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: torque-user-unsubscribe@db.apache.org
>For additional commands, e-mail: torque-user-help@db.apache.org
>
>
>  
>