Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ADO Saved Recordset: adPersistADTG vs adPersistXML speed

0 views
Skip to first unread message

Gene Berger

unread,
Mar 20, 2000, 3:00:00 AM3/20/00
to

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

omer

unread,
Mar 29, 2000, 3:00:00 AM3/29/00
to
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.

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...

0 new messages