Sunday, 19 December 2010

Difference between SqlCommand and SqlCommandBuilder?

 Difference between SqlCommand and SqlCommandBuilder?

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.

No comments:

Post a Comment