Posted By:
Renier_Breytenbach
Posted On:
Thursday, July 28, 2005 05:37 AM
I am using JSPX, to connect to a db, and loop through my records, but some of my data in my db have special characeters, like &. This cause errors when i try to do my select statement.
<![CDATA[ result1.getString("street") ]]>
I Tried to use cdata, but it dont work?