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
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
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
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