Discussion:
TIBClientDataset and Delphi 2007
(too old to reply)
salvador
2007-09-09 17:18:21 UTC
Permalink
my problem is TIBClientDataset
i'm using TIBClientDataset in Delphi 6 but delphi 2007 not supporting
TIBClientDataset

What can i do ?

--
Nick Hodges (CodeGear)
2007-09-09 18:18:32 UTC
Permalink
Post by salvador
What can i do ?
Use a regular ClientDataset with a DataSetProvider and a TIBQUery.
--
Nick Hodges
Delphi Product Manager - CodeGear
http://blogs.codegear.com/nickhodges
salvador
2007-09-09 19:31:34 UTC
Permalink
thank you Nick for answer
--
Post by Nick Hodges (CodeGear)
Post by salvador
What can i do ?
Use a regular ClientDataset with a DataSetProvider and a TIBQUery.
--
Nick Hodges
Delphi Product Manager - CodeGear
http://blogs.codegear.com/nickhodges
Loading...