Explorar el Código

+ Database class in TDBDataset is public, not published, redeclared here

michael hace 22 años
padre
commit
4fa10e85a4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      fcl/db/interbase/interbase.pp

+ 1 - 0
fcl/db/interbase/interbase.pp

@@ -275,6 +275,7 @@ type
     property Database    : TIBDatabase read FDatabase write SetDatabase;
     { This property holds SQL command, which you want to execute }
     property SQL         : TStrings read FSQL write FSQL;
+    Property Database;
   end;
 
 { TIBStoredProc - not implemented - yet :-/}