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

This commit is contained in:
michael 2003-05-15 15:16:18 +00:00
parent bda0bcbdd9
commit 4fa10e85a4

View File

@ -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 :-/}