K
kifo
Unregistered / Unconfirmed
GUEST, unregistred user!
写入数据时用
sql.Add('Update issue set content="'+RichEdit1.Lines.text+'" where subtitle='+'"'+CURRsubtitle+'"');
ExecSQL ;
但在Richedit1中输入的文本含双引号(")时,报丢失操作符的错误。
我记得用一或两个字符置换双引号,并在读出时一样会显示双引号的,但我不记得了。帮我想想办法?
sql.Add('Update issue set content="'+RichEdit1.Lines.text+'" where subtitle='+'"'+CURRsubtitle+'"');
ExecSQL ;
但在Richedit1中输入的文本含双引号(")时,报丢失操作符的错误。
我记得用一或两个字符置换双引号,并在读出时一样会显示双引号的,但我不记得了。帮我想想办法?