ImportXML problem

  • Thread starter Sztranyovszky Tamás
  • Start date
S

Sztranyovszky Tamás

Hello, I have a problem with ImportXML method...

This works (FTP server on my local PC):

DoCmd.RunSQL "DELETE FROM Versions"
Application.ImportXML "ftp://anonymous:nopassword@localhost/versions.xml", acAppendData

This doesn't (real FTP server on internet, using GPRS connection):

DoCmd.RunSQL "DELETE FROM Versions"
Application.ImportXML "ftp://realuser:[email protected]/versions.xml", acAppendData

I'm getting error: Run-time error '-1072896683 (c00ce555)'
Method 'ImportXML' of object '_Application' failed


Please help!
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top