I'm still learning the ropes of ColdFusion, so please forgive my ignorance. Today I was just creating a simple query against a DB for some customer records and recieved a parsing error. Basically I know what the problem is, but I don't know how to fix it .
As I indicated, I'm just querying customer data for display in a browser. Unfortunately I've discovered that the last name of one of my customers contains an apostrophe which is causing the parse error. How do I overcome this?
Here's what the markup of that particular line the web page look like:
Thanks in advance
As I indicated, I'm just querying customer data for display in a browser. Unfortunately I've discovered that the last name of one of my customers contains an apostrophe which is causing the parse error. How do I overcome this?
Here's what the markup of that particular line the web page look like:
Code:
<CFCOL HEADER="<B>LAST NAME</B>" WIDTH="15" TEXT="#CUS_LNAME#">
Thanks in advance