Browse Source

+ Fix in params from Luk Vandelaer

michael 20 years ago
parent
commit
e08a7b8fc0
1 changed files with 5 additions and 2 deletions
  1. 5 2
      fcl/db/dsparams.inc

+ 5 - 2
fcl/db/dsparams.inc

@@ -426,7 +426,7 @@ end;
 
 
 constructor TParam.Create(ACollection: TCollection);
 constructor TParam.Create(ACollection: TCollection);
 begin
 begin
-  inherited Create(Collection);
+  inherited Create(ACollection);
   ParamType:=ptUnknown;
   ParamType:=ptUnknown;
   DataType:=ftUnknown;
   DataType:=ftUnknown;
   FValue:=Unassigned;
   FValue:=Unassigned;
@@ -700,7 +700,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2005-02-14 17:13:12  peter
+  Revision 1.5  2005-03-24 20:54:53  michael
+  + Fix in params from Luk Vandelaer
+
+  Revision 1.4  2005/02/14 17:13:12  peter
     * truncate log
     * truncate log
 
 
   Revision 1.3  2005/02/01 09:05:52  marco
   Revision 1.3  2005/02/01 09:05:52  marco