Explain different methods and Properties of DataReader which
you have used in your project?
Answer Posted / rahul ecimt
method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is Dataset Object?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How to store data in memory?
What is the difference between statement and preparedstatement interface?
What is the advantage of ado.net?
What is the difference between oledb sql server and oledbdotnet provider?
Can datareader hold data from multiple tables?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is difference between executequery and executeupdate?
Define connection string?
What are ado.net objects?
How to pass multiple tables in datasets simultaneously?
What is difference between datareader and dataadapter?
What is the significance of CommandBehavior.CloseConnection ?
What is the difference between ado.net and entity framework?