S
schouw
What is the easiest way to save down an XML /XSD DataSet in SQL Server
2008 from C#?
I want to make as little effort as possible to update, insert and
select XML stored in the database.
Ideas on the top of my head:
1. Use DataSets and hold a copy in-memory of what I want to store
down.
2. Can I create a stored procedure that takes in an XML string and
then inerts it into the database?
3. Use SOAP and put a server in-between that manages the persistent
data.
Lars
2008 from C#?
I want to make as little effort as possible to update, insert and
select XML stored in the database.
Ideas on the top of my head:
1. Use DataSets and hold a copy in-memory of what I want to store
down.
2. Can I create a stored procedure that takes in an XML string and
then inerts it into the database?
3. Use SOAP and put a server in-between that manages the persistent
data.
Lars