5
Reply

execute a select count sql in c#

Maria

Maria

Dec 8 2008 7:39 PM
47.2k

I am trying to execute a simple sql select statement using C# and I want to return the number of rows.  What is the correct syntax.

SELECT Count(*) FROM InvData

 


Answers (5)