Steve, This is an ongoing issue with Torque and one I have not seen a
solution for. Although some solutions have been offered on this list
there currently seems to be no practical way to fully qualify object
names.

-----Original Message-----
From: Steve Toth [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 26, 2004 7:39 PM
To: [EMAIL PROTECTED]
Subject: Putting schema into the select clause


I'm trying to use Torque with Oracle and I'm not sure how to get torque
to put the schema before all table names during select operations...

Right now the SQL is coming out like this..

SELECT TABLE.COL1, TABLE.COL2, TABLE.COL3 FROM TABLE

I want it to look like this
SELECT TABLE.COL1, TABLE.COL2, TABLE.COL3 FROM SCHEMA.TABLE

or 
SELECT TABLE.COL1, TABLE.COL2, TABLE.COL3 ,TABLE2.COL1 FROM
SCHEMA.TABLE, SCHEMA2.TABLE2

What do I need to do in my schema.xml file, or generation ?

Thanks!

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



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in error, 
please notify the sender immediately and delete the original.  Any other use of the 
email by you is prohibited.

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

Reply via email to