Explorar el Código

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

git-svn-id: trunk@20404 -
marco hace 13 años
padre
commit
54066744ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-db/src/sqldb/odbc/odbcconn.pas

+ 1 - 1
packages/fcl-db/src/sqldb/odbc/odbcconn.pas

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