* Added ftcurrency to TODBCConnection.SetParameters. Patch by Lacak2, Mantis 21349

git-svn-id: trunk@20404 -
This commit is contained in:
marco 2012-02-22 20:57:43 +00:00
parent fc50e764c9
commit 54066744ac

View File

@ -420,7 +420,7 @@ begin
else SqlType:=SQL_WVARCHAR;
end;
end;
ftFloat:
ftFloat, ftCurrency:
begin
FloatVal:=AParams[ParamIndex].AsFloat;
PVal:=@FloatVal;