Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Web Service Help

I have created a dataset based on a MS Access database in a Web Service
project.. I understand the concept of Web methods, however, I do not
understand the code I need to write to return this entire (or a subset)
dataset back to the consumer. Could someone please post the code to do this,
and/or send me to a good tutorial.? I dont seem to be able to find a proper
walkthru on the subject. Thanks so much in advance
[444 byte] By [triley35] at [2007-11-11 9:52:04]
# 1 Re: Web Service Help
Using VS2005 and C#
triley35 at 2007-11-11 23:12:19 >
# 2 Re: Web Service Help
You should simply be able to have your WebMethod return a DataSet and have the calling code assign the result of the Web service call to a DataSet. See if this helps: http://www.c-sharpcorner.com/Code/2002/April/UsingDataSetInWebServicesFB.asp
Phil Weber at 2007-11-11 23:13:25 >
# 3 Re: Web Service Help
Try the link below

http://www.programmingknowledge.com/webService.aspx
postmaster at 2007-11-11 23:14:24 >