Greg Monroe wrote:
> BaseObject rec = (BaseObject) rs.next();
> String topicTitle = (String) rec.getByName("t_title");
This is as "easy" as plain JDBC. This is not what Torque is about. It is
easy enough to work with the populateObject methods. I do this all the
time. The doSelectJoin methods have simplified a lot in my code. So what
if I select columns I don't really need. It is easier to write and
easier to read.
Bye, Thomas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]