---
title: "Difference between SqlCommand and SqlCommandBuilder"  
description: "Difference between SqlCommand and SqlCommandBuilder"  
author: "yash Singh"  
published: 2010-11-10  
updated: 2010-11-10  
canonical: https://www.mindstick.com/forum/91/difference-between-sqlcommand-and-sqlcommandbuilder  
category: "ado.net"  
tags: ["ado.net"]  
reading_time: 1 minute  

---

# Difference between SqlCommand and SqlCommandBuilder

Please Differentiate

## Replies

### Reply by Pushpendra Singh

Sqlcommand is used to execute query whereas in Sqlcommandbuilder we cannot type the full querye like update,insert it will automatically take the query.\
sqlcommandbuilder is used to generate queries rather than executing the queries..\
sqlcommand object executes commands(like select,insert,update statements).\


---

Original Source: https://www.mindstick.com/forum/91/difference-between-sqlcommand-and-sqlcommandbuilder

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
