Re: Any TDataset to ADO?



You can try to implement ADODB.RecordSet interface ontop of yours TDataSet.
Complete implementation would be real PITA but if you will strict only to
neccessary functions it is doable but still lots of coding.


.