Rohan  Rathore
What is a Command Object?
By Rohan Rathore in ADO.NET on Jul 01 2013
  • Munesh Sharma
    Apr, 2014 12

    The ADO Command object is used to execute a single query against a database. The query can perform actions like creating, adding, retrieving, deleting or updating records.If the query is used to retrieve data, the data will be returned as a RecordSet object. This means that the retrieved data can be manipulated by properties, collections, methods, and events of the Recordset object.The major feature of the Command object is the ability to use stored queries and procedures with parameters.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS