SQLCommand is used to retrieve or update the data from database.You can use the SELECT / INSERT,UPDATE,DELETE command with SQLCommand. SQLCommand will execute these commnds in the database.SQLBUILDER is used to build the SQL Command like SELECT/ INSERTR, UPDATE etc.
sqlcommand is used to execute query whereas commandbuilder we cannot type the full querye like update,insert it will automatically take the query
sqlcommand is class to writing the queries like select/delete/update/insert.and sqlcommandbuilder is also class but we can update/modify the transection of data on the database at run time.da.update(sqlcommandbulder queries);
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
Copyright ©2003-2010 CoolInterview.com, All Rights Reserved. Privacy Policy | Terms and Conditions Page URL: http://www.coolinterview.com/interview/8570/default.asp?cachecommand=bypass