What is the use of command objects?
Answers were Sorted based on User's Feedback
Answer / rajesh
In order to execute Sql commands and stored procedures we
need command objects
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / sandyni
Command object is used to connect the connection object to
data reader or dataset. and is used to execute queries and
stored procedures which are defined in the commandtext
property.
the main methods for command object property are....
1. ExecuteNonQuery()
2.ExecuteReader()
3.ExecuteScalar()
| Is This Answer Correct ? | 9 Yes | 1 No |
Explain sqlconnection object?
Does entity framework use ado.net?
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
How you will set the datarelation between two columns?
Can we do database operations without using any of the ado.net objects?
What is difference between Dataview and Datatable?
Does ado.net use odbc?
What do you mean by performing asynchronous operation using command object?
What is an ado?
If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?
What are the namespaces used in ado.net for data access?
can u tell me the how to get the print for the form
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)