P
Patrick D.
C#, webapplication
Hi
usually this sql update command works fine:
(html is a memo-field)
UPDATE [Table1] SET
Hi
usually this sql update command works fine:
(html is a memo-field)
UPDATE [Table1] SET
HTML:
='content of a memo-field' WHERE [ContentID]='1'
As soon as I have a content like
'winter' is colder than "summer"
to assign to the html-field the sql-statement produces an error since the
little signs around winter and summer are a problem for the sql-statement.
Server.HtmlEncode(String) didn't help.
What do I need to do, to be able to assign any text-contents to the
memo-field?
Thanks for your help.
Patrick