ADO Or XML ? What should I use ?

webmasterbeta

New Member
I have a need where a server side dll sends me 3 recordsets to the clientside activex exe. I planned to use ADO first but the problem is that it makesseveral round trips based on some conditions. So, I am now wondering if XMLwill give me a solution.I've planned to have the whole set of possible data that I may need, inan XML and send it to the client in one go. what i need to know is* whether my approach is right ?* is there any ideal size for the xml document ? how large the document canbe ? what are the things to be considered while determining the size ?can anyone help me ?Thanx in advance for the helpnithya
 
Back
Top