mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
+ Database class in TDBDataset is public, not published, redeclared here
This commit is contained in:
parent
bda0bcbdd9
commit
4fa10e85a4
@ -275,6 +275,7 @@ type
|
|||||||
property Database : TIBDatabase read FDatabase write SetDatabase;
|
property Database : TIBDatabase read FDatabase write SetDatabase;
|
||||||
{ This property holds SQL command, which you want to execute }
|
{ This property holds SQL command, which you want to execute }
|
||||||
property SQL : TStrings read FSQL write FSQL;
|
property SQL : TStrings read FSQL write FSQL;
|
||||||
|
Property Database;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TIBStoredProc - not implemented - yet :-/}
|
{ TIBStoredProc - not implemented - yet :-/}
|
||||||
|
Loading…
Reference in New Issue
Block a user