I can't say that I've tried it, but I'm fairly sure Torque does not have that capability. The database is determined at runtime when the name you put in the <database name="..."> attribute is matched against the properties in TurbineResources.properties.
- Stephen > -----Original Message----- > From: Juan Perez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 10:24 AM > To: Turbine Torque Users List > Subject: Using Tablespace with Torque > > Hello, > I am learning to use Torque using TDK 2.1. I am trying to access a table > with its tablespace (e.g. "tablespace.tablename") from Oracle 8i, how can > this be done. I have already tried the following to no avail: > > In the test-schema.xml file, we tried > <table name="TS.STATES" idMethod="none" javaName="STATES"> > <column name="STATEID" required="true" size="10" > type="INTEGER" /> > . > . > </table> > > Any thoughts would really be appreciated. Thank you for your time. :) > > Sincerely, > Juan > > -- > To unsubscribe, e-mail: <mailto:turbine-torque-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-torque-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
