Sending XML From .Net To SQLServer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi people I have a question about that:

Nowadays I'm using the Update Method from DataAdapter but i figure out that
it generate multiples roundtrip to my dbserver so i want to use XML to send
all my data to SQLServer and process that in just one travel :P

That XML have all my rows that are Added, Modified and Deleted on my
Win32Application....So it's possible to process if i send in XML???...

I saw that in SQLServer exist OPENXML function to accomplish that but i
don't know how to use it..

Please can you help me!!!!

Regards
 
the article is very interesting but i need to know how can i use XML to
execute INSERT, UPDATE and DELETE sentences......Do you know???
 
Back
Top