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 Mattia Tortorelli <ma...@sinapsi.com> on 2004/12/21 17:52:17 UTC

Prepared Statement with bind variables

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  mailto:mattia.tortorelli@sinapsi.com
FAX 02.582095.21  http://www.sinapsi.com


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org


Re: Prepared Statement with bind variables

Posted by Howard Lin <xu...@gmail.com>.
This has been discussed long time ago. You can search the archive.
Basically use BasePeer.doPSSelect instead of BasePeer.doSelect in all
generated Base*Peer.java files.

Howard

On Tue, 21 Dec 2004 17:52:17 +0100, Mattia Tortorelli
<ma...@sinapsi.com> wrote:
> 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  mailto:mattia.tortorelli@sinapsi.com
> FAX 02.582095.21  http://www.sinapsi.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
> For additional commands, e-mail: torque-user-help@db.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org