Click to See Complete Forum and Search --> : Return a dataRow from Web Services


vicky94804
May 27th, 2003, 05:07 PM
Hello,

Can anyone tell me how to return a dataRow from XML Web Services?

Thanks,
Vicky

ITGURU
May 29th, 2003, 03:51 AM
Hi vicky94804,

You can create a method in your web service which returns or have a parameter of type data row and in the code read data from Database using DataSet and then extract required Row from dataset and return to calling application.