Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read XML from Web Server into SQL

Status
Not open for further replies.

dogbody

Programmer
Jun 17, 2003
3
AU
I have a sql script that reads an xml file from my hard drive, prepares it, and reads data from it. I'd like to be able to read the xml file from a web server rather than from my own pc. Anyone know the best way to do this?
 
I would use .net's dataset object to do it, then write the values with an insert statement. Does DTS have a way to read XML? I'll bet it does somewhere.
 
Thanks, I don't think I was clear, I am trying to do get it done within the sql script so that I can just execute it in query analyser or osql. But I think I'll just use DTS and VBScript, thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top