I can't get a simple mapped statement to work:
SELECT
max(msg_num) as msg_num
from load_articles
where club_id = #club_id#


Anyone know how can I get the real sql that executes with the parm and real data returned in debug mode? (when I try in sql console it works easily)

getSql?
getRowSet?

get the full sourcecode and trace?

tia,
.V


-- RiA-SoA w/JDNC <http://www.SandraSF.com> forums - help develop a coomunity My blog <http://www.sandrasf.com/adminBlog>

Reply via email to