importXML

M

Martin Newman

In an adp I have a line of code Application.importXML filename,acAppenddata.
adp target is SQL2k SP3

This app works at a sensible speed in all repsects except that this line
takes 2 minutes 40 secs to execute. The XML file is between 1k and 2k in
size only. It used to go through in a few seconds - any idea why doing a
importXML on a tiny files should be so slow.
 
Top