Looking through the doc and the source code, I don't see that it's possible to use
standard JDBC
query parameter binding. I would've expected to be able to do something like this...
<query>
select * from foo where foo_date < ?
<param type="date" value="${datevar}"/>
</query>
.... or something along those lines.
Is something like this possible? If not, I would conside the SqlTransformer thing not
ready for
prime time.... what would be the suggested approach (besides implementing an entirely
custom
approach, which I AM leaning toward at this point)?
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]