A
Andrew Banks
I'm having problems with some charactors in SQL statements.
For example, the following would give me an error.
UPDATE Table SET Column1 = 'This statement's not too long' WHERE ID = '2'
I can see that the error's due to the ' in statement's. I'm assuiming I need
to escape this somehow. How would this be done?
Thanks in advance
For example, the following would give me an error.
UPDATE Table SET Column1 = 'This statement's not too long' WHERE ID = '2'
I can see that the error's due to the ' in statement's. I'm assuiming I need
to escape this somehow. How would this be done?
Thanks in advance