How many commands does the oledbcommand takes?what are they?
Answers were Sorted based on User's Feedback
Answer / abhineet
System.Data.OleDb.OleDbCommand cmd = new
System.Data.OleDb.OleDbCommand();
cmd.ExecuteNonQuery()
cmd.ExecuteReader()
cmd.ExecuteScalar()
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ansu kumar
commands are
insertcommand
updatecommand
selectcommand
deletecommand
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Can you explain how to enable and disable connection pooling?
What is disconnected data?
What are the different ado.net namespaces?
Give few examples of datareader that is used in different dataproviders.
What is difference between sqldatareader and sqldataadapter?
ADO and ADO.NET differences ?
What are the different row versions available in table?
If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?
What are the parameters that control most of connection pooling behaviours?
What is meant by executenonquery?
How to add a check box or a dropdown list to a column in a datagrid?
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)