在Delphi 2010中是否使用“ quotedstr”的“整数”版本

QuotedStr()用于在Delphi 2010中将字符串值输入到SQL查询中,我想知道整数值是否存在这种情况。例如:

qryRes.Close;
qryRes.SQL.Text := 'Insert INTO Reservaatdetails (MaxcusperRes)VALUES(' + QuotedStr(ownobjek.getMaks) + ' ) ';
qryRes.ExecSQL;
JACYH 回答:在Delphi 2010中是否使用“ quotedstr”的“整数”版本

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2443422.html

大家都在问