mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 18:10:17 +02:00
* Added ftcurrency to TODBCConnection.SetParameters. Patch by Lacak2, Mantis 21349
git-svn-id: trunk@20404 -
This commit is contained in:
parent
fc50e764c9
commit
54066744ac
@ -420,7 +420,7 @@ begin
|
|||||||
else SqlType:=SQL_WVARCHAR;
|
else SqlType:=SQL_WVARCHAR;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
ftFloat:
|
ftFloat, ftCurrency:
|
||||||
begin
|
begin
|
||||||
FloatVal:=AParams[ParamIndex].AsFloat;
|
FloatVal:=AParams[ParamIndex].AsFloat;
|
||||||
PVal:=@FloatVal;
|
PVal:=@FloatVal;
|
||||||
|
Loading…
Reference in New Issue
Block a user