IBCDataSource-Question

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
michaelJ
Posts: 30
Joined: Thu 13 Jan 2011 16:11

IBCDataSource-Question

Post by michaelJ » Fri 18 Mar 2011 08:33

Hi,

what ist the difference between IBCDataSource and IBDatasource?

It ist better to use IBCDatasource with IBCQuery?

Michael

AndreyZ

Post by AndreyZ » Fri 18 Mar 2011 12:01

Hello,

There is no difference between our TIBCDataSource component and the standard TDataSource component. For the time being the TIBCDataSource component inherits all its functionality directly from the TDataSource component.

Post Reply