Prepared Statement with bind variables

2004-12-21 Thread Mattia Tortorelli
Hi, I would like to know if it's possible to make querys with bind parameters with Torque. We are using Torque but our DBS is complaining because Oracle could not use caching features. Thanks. Mattia -- Mattia Tortorelli - Sinapsi SpA V.le Bligny, 27   20136 Milan Italy +39 02.582095.25  mai

Re: Expansion on datadump

2004-12-21 Thread Thomas Fischer
Hi, Saravana Krishnan <[EMAIL PROTECTED]> schrieb am 17.12.2004 18:38:06: > Hi, > > This was some thing I noticed a looong while ago but forgot to mention > in the list. I'm using Torque 3.1, so don't know if it's fixed in Torque > 3.2. The problem occurs when exporting a table as xml usi

AW: Auto Commit + Transaction Problems

2004-12-21 Thread Ferruh Zamangoer
Hi, in most cases I use the save method without a connection object. I have some methods wehere I use executeStatement and executeQuery. A set transaction Command i've never used in my code. Do you mean with the runtime configuration the torque.properties ? I have the following setting in Torqu

Re: Auto Commit + Transaction Problems

2004-12-21 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes: >Hi, >Some pools can test connections before they give it to the end user (in >this case Torque). This is done by executing a simple query like "select >sysdate from dual". If the connections are not auto commit, this is the >first query in the transacti

Torque Future planning / wishlist

2004-12-21 Thread Henning P. Schmiedehausen
Hi, I added a page to the Wiki called "TorqueFuture". There I have dumped all my ideas that came up in the last few months for a "Torque NG". http://wiki.apache.org/db-torque/TorqueFuture I really ache for some of the features listed there and I do plan to implement them in a Torque NG. However,

Re: Auto Commit + Transaction Problems

2004-12-21 Thread Thomas Fischer
Hi, Some pools can test connections before they give it to the end user (in this case Torque). This is done by executing a simple query like "select sysdate from dual". If the connections are not auto commit, this is the first query in the transaction, and it is not possible to use any "set tr