Try putting "databaseSchema = TS" in your build.properties file. You would not prefix the table names in your schema file. Although I haven't tried this for Oracle, I was able to get this to work for DB2.
Thanks, Roger -----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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
