Hi
I was wondering whether someone could provide a little assistance. I am pretty familiar with SQL and ASP.NET2 and how to return columns from a stored procedure to my ASP.NET2 pages.
But how would I return values produced from functions such as COUNT() within a stored procedure? e.g.
Code:
SELECT COUNT(DISTINCT store_name)
FROM Store_Information
Many thanks
Kadj