How to pass multiple datasets as return value from Web Service

M

moondaddy

I have a vb.net 1.1 winforms app and need to retrieve multiple datasets in a
single pass from a web service. I know I can hve multiple tables in a
dataset and these do, but in some cases I still need multiple datasets. is
there a way to serialize them into into one big string and then parse them
back out when the client app gets it?

Thanks.
 

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

Top