Has anyone done any tests on the speed differences between adPersistADTG vs adPersistXML?
oRS.Save "MyFileName", adPersistADTG
versus
oRS.Save "MyFileName", adPersistXML
I can't do it because of the fluctuations of our network and database traffic.
Thanks,
Gene Berger
You may have have not seen the speed difference but you could easily see the
size difference, since XML formatted file occupies as two times of ADTG
formatted file. That is because XML writes its data in text form on the
conttary ADTG saves its data binary. And ofcourse ADTG is the quicker.
Gene Berger <g...@noaddress.com> wrote in message
news:OlIxfaqk$GA...@cppssbbsa02.microsoft.com...