|
|
ADO.NET Series - Executing Action Queries |
|
|
Dotnetbips.com |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
28 |
ADO.NET Series - Executing Action Queries is a turorial in which the author shows you how to exeute the SQL statements such as insert, delete, and update using ADO.NET ojects. In this tutorial the author creates an instances for the SqlConnection and SqlCommand class and stores the Sql queries in the CommandText property of the SqlCommand object. Then using the ExecuteNonQuery method of the SqlCommand class You can runs the specified Sql query.
|