G
Guest
I have a dataset (with one table in it) that I want to serialize into string
data to store out on a SQL server DB. Here are my questions:
1.) Does anybody have some code that can do this? I saw there was a
serialize method that uses a streamwriter, but I need a code example. ie;
something like this... ViewState("Recipe_DataSet_Table_Serialized") =
gdsDataSet.Tables(0).DataSet.WriteXmlSchema()
2.) What type of field can I use on the database to store a bif xml string
of data?
data to store out on a SQL server DB. Here are my questions:
1.) Does anybody have some code that can do this? I saw there was a
serialize method that uses a streamwriter, but I need a code example. ie;
something like this... ViewState("Recipe_DataSet_Table_Serialized") =
gdsDataSet.Tables(0).DataSet.WriteXmlSchema()
2.) What type of field can I use on the database to store a bif xml string
of data?