I have a simple webservice that have a webmethod that returns a dataset.
How can i use the returned dataset.
So far i get an exception.
Thanks
JB
"jensen bredal" <jensen.bredal@yahoo.dk> wrote in news:O$KglXOVFHA.928
@TK2MSFTNGP15.phx.gbl:
> I have a simple webservice that have a webmethod that returns a dataset.
> How can i use the returned dataset.
You use the dataset just like in normal code.
> So far i get an exception.
Please post a few lines of code that you are using.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
jensen bredal - 10 May 2005 09:44 GMT
> Blog: http://blogs.atozed.com/kudzu
well thanks, i have realised that the i was using a reference to a datatable
on the web service in my consumming app. And that caused the exception
message:
DataTable already belongs to an other dataset.
I corrected the problem and now i look more happy in my face.
Thank you anyway.
JB