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
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. Weird. Rafael El 23/09/2011 16:52, Richard Kaye escribió: > When I've needed to do this, I either create the XML manually using > T

Re: xml adapter

2011-09-23 Thread Rafael Copquin
>>>BTW Fred is Craig's evil twin brother. He writes VB6 code... I realized the mistake after I pushed the send button, but then, it is Friday here in South America too.. :-) I did not try xmltocursor, I thought it was superseded by the xmladapter class. Thanks for the lead Rafael El 23/09

RE: xml adapter

2011-09-23 Thread Richard Kaye
When I've needed to do this, I either create the XML manually using TEXT..ENDTEXT or use CURSORTOXML. m.lnResult=CURSORTOXML(ALIAS(),m.lcOutput,1,2+4+8+48+512,0,JUSTSTEM(m.lcOutput)+[schema.xsd]) It also really depends on how many columns you have but I did test with a ~33,000 record cursor wit

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