Subject RE: [IBO] own client datasets
Author Jason Wharton
There isn't a TDataProvider that works with a TIB_Cursor.
You would just have to shove the data directly into it.
What are you trying to do with the TClientDataset?

Jason

> -----Original Message-----
> From: Gediminas [mailto:gugini@...]
> Sent: Thursday, February 24, 2005 6:29 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] own client datasets
>
> is it big difference to use own structure client datasets instead of
> the TClientDatatset?
> How to use TClientDataset to get data from the IBObjects (for example
> TIB_Cursor)? do I need DataProvider?