本文整理自网络,侵删。
with adoquery dobeginclose;sql.clear;sql.text:=' insert into test (FieldName) values (:FieldName) ';Parameters.ParamByName('FiledName').Value := UTF8Encode('中文(简体/繁?w)');ExecSQL;end;
相关阅读 >>
Delphi shellexecute调用系统命令关闭计算机
更多相关阅读请进入《Delphi》频道 >>