Single quote character in data causes problems [message #371679] |
Fri, 24 November 2000 06:03  |
Dave Platt
Messages: 1 Registered: November 2000
|
Junior Member |
|
|
Not certain whether this should be on this site or PL/SQL site.
I have a piece of PL/SQL where if I have a ' character in the data, causes the error ORA-01756: quoted string not properly terminated. I think the offending line is something like:
Address_line := '&Addr1'; (where Addr1 contains ' )
Is there a way of setting the default quote character differently??
|
|
|
|