|
rdouglass -> RE: " ' " in web address (1/26/2005 11:35:36)
|
Hi and Welcome to Outfront. Yes, apostrophes need to be dealt with but it's relatively easy using the replace function: <%myEmailVariable = replace(myEmailVariable,"'","''")%> Don't get confused by all the single and double quotes; it goes: myEmailVariable,comma,double,single,double,comma,double,single,single,double See if we replace a single apostrophe with 2 apostrophes, we can get the DB to accept it. That any help?
|
|
|
|