I've used torque with good success against views and have obtained jdbc connections from it to also perform stored procedures.
The stored procs are treated just like normal JDBC invocations. The views look like tables to torque. I simply define them in the schema but I mark the skipSql attribute to true.
Works like a charm when you want to build a composite torque object from one or more tables.
Regards,
David
Ramesh Sabeti wrote:
Can Torque interact with Views and Stored Procs in the same way it interact with tables? E.g. retrieve resultsets of stored procs or call stored procs with given input fields?
Thanks,
Ramesh.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
