Val
Wed Apr 06 19:43:29 CDT 2005
Hi,
Also check next example
http://support.microsoft.com/default.aspx?scid=kb;en-us;316244
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"Johny" <Johny@discussions.microsoft.com> wrote in message
news:C56E8431-F66B-4635-94B9-B58F4694F02F@microsoft.com...
> 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???
>
> "Val Mazur (MVP)" wrote:
>
>> Also check my KB article with an example how you could pass XML into SQL
>> Server stored procedure
>>
>>
http://support.microsoft.com/default.aspx?scid=kb;en-us;555266
>>
>> --
>> Val Mazur
>> Microsoft MVP
>>
>>
http://xport.mvps.org
>>
>>
>>
>> "Sahil Malik [MVP]" <contactmethrumyblog@nospam.com> wrote in message
>> news:envO8wiOFHA.2520@tk2msftngp13.phx.gbl...
>> > Yes it is possible. Look at SqlXml and UpdateGrams.
>> >
>> > - Sahil Malik [MVP]
>> >
http://codebetter.com/blogs/sahil.malik/
>> >
>> >
>> >
>> > "Johny" <Johny@discussions.microsoft.com> wrote in message
>> > news:57778A1A-444A-48F3-B1CB-B58B0254CE75@microsoft.com...
>> >> 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
>> >
>> >
>>
>>
>>