PC Review


Reply
Thread Tools Rate Thread

how to convert an ado recordset xml format to an ado.net dataset xml

 
 
afsheen
Guest
Posts: n/a
 
      17th Mar 2004
Hi,

I have a visual basic client using soap tool kit 3 using consuming vb.net
web service . I wanted to know that at the server side when i receive an ado
recordset xml format string , how can i convert to ado.net dataset xml
format to load it to a dataset ... i.e converting an ado recordset xml
format to an ado.net dataset

thanks


 
Reply With Quote
 
 
 
 
Cor
Guest
Posts: n/a
 
      17th Mar 2004
Hi afsheen,

If it is only for reading it is as far as I know simple to do with

dataadapter.fill(dataset, recordset).

But when you want to use the update that recordset using the dataset, than I
did not see anything in the documentation.

I hope this helps,

Cor


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert XML persisted ado recordset to dataset Sean Bytnar Microsoft ADO .NET 1 4th May 2005 01:37 AM
Convert Dataset to Recordset in C# =?Utf-8?B?TWFyYXRob25lcg==?= Microsoft C# .NET 9 30th Dec 2004 07:39 PM
how to convert an ado recordset xml format to an ado.net dataset xml afsheen Microsoft ADO .NET 1 17th Mar 2004 12:04 PM
convert recordset to dataset Thaddeus Microsoft C# .NET 0 17th Dec 2003 10:30 PM
Convert ADODB recordset into .Net dataset Tor Christian Microsoft ADO .NET 2 19th Sep 2003 02:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:35 AM.