Click to See Complete Forum and Search --> : XML MemoryStream SQL Server 2005


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)

dgratiano
October 25th, 2006, 01:56 AM
Is there a big difference between ASP for linux and the original ASP? We have to migrate a site that was done in ASP but our hosting company only supports the linux version of ASP. Should we just rewrite the site?

dgratiano
October 25th, 2006, 01:58 AM
Is it possible to use ASP with MySQL for the database?

Niranos
October 25th, 2006, 03:12 AM
Yes, You can run asp.net on Linux, You should read about Mono prj:

http://www.mono-project.com/Main_Page

http://www.pcquest.com/content/search/showarticle.asp?arid=47162&way=search

Yes, ASP.NET cooperate with MySql ^^

http://www.aspnet101.com/aspnet101/tutorials.aspx?id=39

Cheers
Peter