sathish
which of the function of a command object should be called when executing an Insert/Update/Delete query?
By sathish in ASP.NET on Jul 30 2007
  • Gurjinder Singh Brar
    Jul, 2007 30

    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)

    Thanks
    Gurjinder Singh Brar
    http://www.dotnetinterviewfaqs.com/

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS