Re: xml adapter

2011-09-23 Thread Rafael Copquin
try for the VFPCompression > library twice earlier and they never came through to the list. > > -- > rk > > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Friday, September

RE: xml adapter

2011-09-23 Thread Richard Kaye
On Behalf Of Rafael Copquin Sent: Friday, September 23, 2011 4:09 PM To: profoxt...@leafe.com Subject: Re: xml adapter Yes Richard I worked! It created the file in less than a second! Why would the xmladapter take that long? I thought it would be an improvement over cursortoxml. Weir

Re: xml adapter

2011-09-23 Thread Rafael Copquin
f Rafael Copquin > Sent: Friday, September 23, 2011 3:16 PM > To: profoxt...@leafe.com > Subject: xml adapter > > As part of my data transmission routine between branches of a client company, > I chose to convert some dbf files into xml and then, with the compression dll > by

Re: xml adapter

2011-09-23 Thread Rafael Copquin
gt; > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Friday, September 23, 2011 3:16 PM > To: profoxt...@leafe.com > Subject: xml adapter > > As part of my data transmission routine between b

RE: xml adapter

2011-09-23 Thread Richard Kaye
el Copquin Sent: Friday, September 23, 2011 3:16 PM To: profoxt...@leafe.com Subject: xml adapter As part of my data transmission routine between branches of a client company, I chose to convert some dbf files into xml and then, with the compression dll by Fred Boyd that you guys pointed me to, I w

Re: xml adapter

2011-09-23 Thread Dave Thayer
On Fri, Sep 23, 2011 at 1:16 PM, Rafael Copquin wrote: [...] > However, I was testing the xmladapter class and found that the bigger > the file to convert, the longer the time it takes (which is logical of > course). Have you tried VFP's cursortoxml() function instead of using an xmladapter? dt

xml adapter

2011-09-23 Thread Rafael Copquin
As part of my data transmission routine between branches of a client company, I chose to convert some dbf files into xml and then, with the compression dll by Fred Boyd that you guys pointed me to, I want to zip the xml file and then send it from the branches to head office or back. However, I