Pankaj Pathak
What is the difference between SqlCommand and SqlCommandBuilder?
By Pankaj Pathak in ASP.NET on Jul 01 2013
  • Manav Pandya
    Nov, 2016 11

    Poornima is absolutely right , sqlcommand is used to fire scaler or non query kind of data where , sqlcommandbuilder used for CRUD kind of query somewhat time

    • 0
  • Poornima
    Aug, 2013 6

    SQLCommand is used to execute all kind of SQL queries (DML & DDL). However, SQLCommandBuilder object is used to build & execute SQL (DML) queries like select, insert, update & delete.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS