MaddogC
October 20th, 2006, 06:37 AM
I need to convert a memoryStream to XML and then store it in an SQL Server 2005 Database Field. Does someone hhave example code for doing this please.
I have just about started with, but am not sure I should be using a textwriter!
Dim stream As New System.IO.MemoryStream()
'Control saves data to stream here!
Dim xw As New System.Xml.XmlTextWriter(stream, System.Text.Encoding.UTF8)
I have just about started with, but am not sure I should be using a textwriter!
Dim stream As New System.IO.MemoryStream()
'Control saves data to stream here!
Dim xw As New System.Xml.XmlTextWriter(stream, System.Text.Encoding.UTF8)