Web Service: DataSet or Stream.Best Practice.

I

IM

Hi,

I need to transfer a DataSet object from WebClient to WebService. Is there a
difference between transmitting a DataSet object and a Stream object? Also,
what is the best practice in this case?
Dim Ds1 As System.Data.DataSet
Dim oStream As System.IO.Stream

WebService1.MethodName(Ds1)

Or

Ds1.WriteXml(oStream)
WebService1.MethodName(oStream)

Thanks,

IM
 

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

Forum statistics

Threads
473,744
Messages
2,569,479
Members
44,900
Latest member
Nell636132

Latest Threads

Top