1. ExecuteReader : Use for accessing data. It provides a forward-only, read-only, connected recordset.
2. ExecuteNonQuery : Use for data manipulation, such as Insert, Update, Delete.
3. ExecuteScalar : Use for retriving 1 row 1 col. value., i.e. Single value. eg: for retriving aggregate function. It is faster than other ways of retriving a single value from DB.
Read More..
No comments:
Post a Comment