asp.netado.net

What is the difference between ExecuteScalar, ExecuteReader and ExecuteNonQuery?


What are the different cases when we use these three? Where should I use one and where should I not?


Solution