Hi,
As far as I remember, torque-gen uses the metadata from a connection to
find out the list of tables; it does not actually compose the statement.
However, in my experience, the metadata is very picky about suppliying the
right database schema. In oracle, it's even case sensitive.
Try to set torque.database.schema to INFORMATION_SCHEMA in the generator
options.
Thomas
On Thu, 8 Sep 2005, Gary Baranzini wrote:
Hi,
I'm trying to run torque-gen 3.2 rc1 against HSQLDB 1.8.
I can get the DB driver successfully instantiated and DB connection
established.
But when torque-gen tries to get the table list it fails on the [SELECT *
FROM SYSTEM_TABLES] statement.
HSQLDB 1.8 appears to require [SELECT * FROM
INFORMATION_SCHEMA.SYSTEM_TABLES]
Any suggestion on how to get this to work?
Thanks,
gary
_____
Gary W. Baranzini
[EMAIL PROTECTED]
Cyber and Sons
Computer Solution Specialists
925.998.4768
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]