Question
How can I insert the values of a string intact
I need to insert the following string into a table: 1517 Electronics, Photonics, and Device Technologies (EPDT). What gets inserted instead is
1517 Electronics
Photonics
and Device Technologies (EPDT).
myString=1517 Electronics, Photonics, and Device Technologies (EPDT).
I'v used #PreserveSingleQuotes(myString)#
Any ideas as to what I'm dong wrong?
