Jon Stevens wrote:
>
> on 9/11/01 1:48 PM, "Simon Christian" <[EMAIL PROTECTED]> wrote:
>
> > Alternatively, you could have a context tool which simply runs SQL
> > queries for you, returning the ResultSet directly.
> >
> > #set( $myResultSet = $mySQLTool.runQuery( $aQuery ) )
>
> I don't suggest working with RS directly. Work with lists of business
> objects instead. Please see my previous posting for examples. :-)
>
> -jon
Ugh I had no intention of doing this in my own code just recognize it as
a way it *could be done*, but thanks for the warning anyways!
- simon