How to open XML file from a website using xp_cmdshell

  • Hi All,

    How do I open an XML file from a website using xp_cmdshell?

    Thanks.

  • bad form!

    do not post the same question multiple times!

    no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.

    the "Recent Posts" link shows us everything.

    continue the thread here. I've reported the other five poststo be deleted .

    oas for your questions:

    you might be confusing user interfaces with their ability to do stuff.

    sql server could open the raw text of an xml document, or load the xml into an xml datatype. but you would not have an GUI to manipulate it. Explain specifically, what you want to do.

    Javascript is a client side protocol, you'd have to write on a web page to invoke...as you know, nothing to do with SQL server, but if you explain WHAT you want to do, we might be able to help you.

    ramadesai108 (9/27/2009)


    Hi All,

    How do I open an XML file from a website using xp_cmdshell?

    Thanks.

    --note from lowell: different question on the same thread:

    Hi All,

    How can I use xp_cmdshell to run a javascript? Also how to open an xml file from a website using javascript? I know Javascript question should not belong in this forum, but someone may know.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply