which of the function of a command object should be called when executing an Insert/Update/Delete query?
sathish
You can use the ExecuteNonQuery method of SqlCommand to perform UPDATE, INSERT, or DELETE and catalog operations (for example, querying the structure of a database or creating database objects such as tables)