Sekhar Reddy
What is the main difference between COMMAND BUILDER and COMMAND?
By Sekhar Reddy in ADO.NET on Jun 28 2007
  • sateesh kumar
    Jul, 2007 3

    Sql command Builder is automatically builds commands like select,update...etc by using the data table which u can give as input to commandbuilder object.

    In case of command u have to build commands.

    • 0
  • Sekhar Reddy
    Jun, 2007 28

    sqlcommandbuilder is used to generate queries rather than executing the queries

    sqlcommand object executes commands(like select,insert,update statements).

    • 0
  • Sekhar Reddy
    Jun, 2007 28

    sqlcommandbuilder is used to generate queries rather than executing the queries

    sqlcommand object executes commands(like select,insert,update statements).

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS