mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +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;
|
||||
end;
|
||||
end;
|
||||
ftFloat:
|
||||
ftFloat, ftCurrency:
|
||||
begin
|
||||
FloatVal:=AParams[ParamIndex].AsFloat;
|
||||
PVal:=@FloatVal;
|
||||
|
Loading…
Reference in New Issue
Block a user