October 9, 2005 at 8:43 am
Hi,
Is there a way to trasform a set of data of a table into a xml file?
Thank a lot for any suggestions
October 10, 2005 at 1:50 am
look at sp_makewebtask in help. This can create an xml file.
October 10, 2005 at 9:02 am
At the risk of sounding really dumb, as am very new to XML and somewhat new to SQL Server, I looked up sp_makewebtask in the Help and all it talks about is HTML. What am I missing?
October 10, 2005 at 9:26 am
Try these links to get started and also check out more links at the end of the first link. Hope this helps.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsql/ac_openxml_759d.asp
http://msdn.microsoft.com/msdnmag/issues/05/06/DataPoints/default.aspx
Kind regards,
Gift Peddie
Kind regards,
Gift Peddie
October 10, 2005 at 10:23 pm
I am sorry I forgot there is a .NET method ReadXML you can use. Try the link below for the FCL(framework class library) 1.1 ReadXML method, in the link check the side bar for different versions of the method. Hope this helps.
Kind regards,
Gift Peddie
Kind regards,
Gift Peddie
October 13, 2005 at 2:17 pm
Thank a lot,
I'll try your suggestion
October 13, 2005 at 3:38 pm
Try this thread for working code sample you can modify to use. Hope this helps.
http://forums.asp.net/1026828/ShowPost.aspx
Kind regards,
Gift Peddie
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply