How many commands does the oledbcommand takes?what are they?
Answer Posted / 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 |
Post New Answer View All Answers
What is ado oledb and odbc?
What is the role of the dataset object in ado.net?
What is isolation?
What is sqlconnection and sqlcommand?
What is ado full form?
What are all the different methods under sqlcommand?
how we can fire event in databound coulm in datagfrid withot using button?
What is an ADO.Net?
What providers does Ado.net uses?
How to check if the Dataset has records ?
Explain how to pass multiple tables in datasets simultaneously?
Which is faster entity framework or ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Is bulk insert faster than insert?
How to add a javaScript function in a datagrid?