I've seen a lot of neat count-queries but what if i want to extract the count-result from a simple query in an ASP page....???
Let's say that this :
count (DISTINCT PersNr) from EmpData
...a simple count of all records present (with a non-NULL value for PersNr).
How do i extract the outcome in ASP or do i need a different approach because i want to extract the outcome in ASP,...or do i need to post this question on an ASP-forum?...
RuupY