Kris Schneider wrote:
The major difference between what JSTL does to populate the rows of the
"myQuery" variable and your scriptlet code is that JSTL uses
ResultSet.getObject while your scriptlet code uses ResultSet.getString.
Thanks Kris for the answer.
I understand  better. I change my query,now:
SELECT CONVERT( nick_name, CHAR ) as nick_name FROM `user_comunity`

The jstl output it is right :)

regards Lorenzo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to