View Single Post
  #1 (permalink)  
Old February 25th, 2004, 10:52 AM
ak ak is offline
Authorized User
Points: 155, Level: 3
Points: 155, Level: 3 Points: 155, Level: 3 Points: 155, Level: 3
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Sep 2003
Location: London, , United Kingdom.
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Default store a chunk of xml in a string

I want to read an xml file in asp page then create a string variable inorder to store a chunk from that xml file inorder that i can send it to sql server as a varchar data via stored procedure. any help?

i have the first part which is read the xml file into asp page:
SET objXMLDoc_bannerClicks = Server.CreateObject("Microsoft.XMLDOM")
objXMLDoc_bannerClicks.async = False
blnFileExist = objXMLDoc_bannerClicks.Load("bannerClicks.xml")



ak
__________________
ak
Reply With Quote