[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Re: How to return master/detail data in a function of a Web Service ?

Frank Drebin

8/26/2003 1:48:00 PM

If you have control over the application, you should probably have 2
webmethods:

GetMasterData(int intInfoPK)
GetDetailData(int intInfoPK)



"Michel Couche" <michel.couche@euronet.be> wrote in message
news:eLLbvk8aDHA.2256@TK2MSFTNGP10.phx.gbl...
> I would appreciate receiving links to resources explaining how to develop
> Web Service functions that will return data from master/details
recordsets.
>
> TIA
>
> Michel
>
>