Ask a Question related to ASP.NET Web Services, Design and Development.
-
kokok_kokok@yahoo.es #1
Return sql dataset in a web service using VN2005
Since I have updated to Visual Net 2005, I do not know how to build a
web service that returns a dataset of a sql query.
Using VN 2003, I used sqlDataAdapter component to get the data from the
SQL Server, but in the new version I cannot find the sqlDataAdapter
component in the toolbox.
Any help will be welcome. Thank you
kokok_kokok@yahoo.es Guest
-
Return Dataset?
I'm relatively new to web services and I was wondering why, when authors create a web service that queries a database, that they don't just return... -
return Dataset from WebService
I can't seem to get this working right... Here's what I'm doing: // in the web service System.IO.StringWriter sw = new... -
How to return a cleaner XML structure using Dataset?
Hi- I'd like to return the results of a stored procedure in a web service, and want to know if there is a way to present a "cleaner" XML... -
Return Single Row + Dataset
Hi I have created a WebService that returns a DataSet from the database. What I would like to do is have it also return an addition Single... -
Is it possible to return just a DataTable from a WebMethod, instead of DataSet?
Hi all, I just want to make sure i'm not doing anything stupid, but it seems to me that its not possible to return a simple datatable from a...



Reply With Quote

