Hi
I need to be able to call a web service method, receive the dataset that web
method returns and store it in an access table. My problem is that I don't
know how to "receive" a complex type like a dataset and how to link it to
the access table that it is supposed to go in. Could someone please give me
a code example?
Thanks
Regards
Kondratyev Denis - 23 Jun 2004 05:31 GMT
Imho u must only add web reference to service which web method return
dataset or strong type dataset. Dataset generated in proxy class of client
application.
> Hi
>
[quoted text clipped - 7 lines]
>
> Regards