Retrieve result from SqlCommand

  • Thread starter Thread starter Wong CS
  • Start date Start date
W

Wong CS

Dear developer,

I'm developing a web service with VS .NET and using C#. And part of the
webservice is to get data from database (by using SELECT), however, the
result from the sql query i cannot parse it to string, how can i get the
result from the SqlCommand..? dataset or datareader..?.

pls advice & thanks a lot.


cheers,
Wong CS
 
Back
Top