Page 1 of 1
TIBCDataset vs TDataset
Posted: Wed 04 Jul 2007 13:22
by Josef Gschwendtner
Hi,
is there any difference between TIBXDataset and TDataset?
Regards,
Josef
TIBCDataset vs TDataset
Posted: Wed 04 Jul 2007 13:26
by Josef Gschwendtner
TIBCDataset (not TIBXDataset)
Josef
Posted: Sat 07 Jul 2007 10:41
by Alex
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.
Posted: Mon 09 Jul 2007 06:47
by Josef Gschwendtner
this question was silly, sorry.
What I really like to know is the difference between TIBCDatasource and TDatasource.
Regards,
Josef
Posted: Wed 11 Jul 2007 11:30
by Alex
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.
Posted: Wed 16 Mar 2011 16:27
by ralfiii
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.