TIBCDataset vs TDataset

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Josef Gschwendtner
Posts: 6
Joined: Wed 04 Jul 2007 11:40

TIBCDataset vs TDataset

Post by Josef Gschwendtner » Wed 04 Jul 2007 13:22

Hi,

is there any difference between TIBXDataset and TDataset?

Regards,
Josef

Josef Gschwendtner
Posts: 6
Joined: Wed 04 Jul 2007 11:40

TIBCDataset vs TDataset

Post by Josef Gschwendtner » Wed 04 Jul 2007 13:26

TIBCDataset (not TIBXDataset)

Josef

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Sat 07 Jul 2007 10:41

TIBCDataSet is a TDataSet descendant with InterBase\Firebird server specific functionality support. In your applications you shouldn't use TIBCDataSet objects directly. You should use TIBCQuery or TIBCTable objects that inherited from TIBCDataSet instead.

Josef Gschwendtner
Posts: 6
Joined: Wed 04 Jul 2007 11:40

Post by Josef Gschwendtner » Mon 09 Jul 2007 06:47

this question was silly, sorry.

What I really like to know is the difference between TIBCDatasource and TDatasource.

Regards,
Josef

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 11 Jul 2007 11:30

The main purpose of TIBCDataSource is to simplify design-time visual development. Firstly it is situated on the same palette tab as dataset components, secondly - it is automatically catches the nearest dataset to the drop place (within 24 pixels around). These features are quite handy for visual designing.

ralfiii
Posts: 25
Joined: Wed 16 Mar 2011 09:25

Post by ralfiii » Wed 16 Mar 2011 16:27

Alex wrote:The main purpose of TIBCDataSource is to simplify design-time visual development. Firstly it is situated on the same palette tab as dataset components, secondly - it is automatically catches the nearest dataset to the drop place (within 24 pixels around). These features are quite handy for visual designing.
Ah, ok, was alreading searching the docu.
Would be nice to have that info in the helpfile.

Post Reply