xml datasources and vs2008 team suite (.net 3.5)

A

Andy B

I need to be able to do everything you can do to an sql server 2005 database
on xml files and datasources in the same way you would do to a database. How
would I do this? Can you actually use "sql" statements on an xml
object/file?
 
B

bruce barker

in a word no. if you insert your xml into a sqlserver xml column, you
will get a lot.

you can use linq on an xml dom, which will give you a simple query
language, but no shared access, acid or set operations. linq will allow
delegates and lamba functions to be executed on an xml dom via a filter,
which may be all the set opertions you need.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top