Browse Source

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

michael 22 năm trước cách đây
mục cha
commit
4fa10e85a4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 :-/}