I let torque create the schema, so I never thought of creating a schema for views. Neat. Thanks for your help.
> -----Original Message----- > From: David Hainlin [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 21, 2003 5:37 AM > To: Turbine Torque Users List > Subject: Re: Can Torque interact with Views and Stored Procs > > Hi Ramesh, > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
