Explain different methods and Properties of DataReader which
you have used in your project?
Answers were Sorted based on User's Feedback
Answer / rahul ecimt
method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / tiger kumar
There are plenty of methods and properties in the datareader.
1.Read()
2.Load()
3.IsClosed
4.NextResult()
4.HasRows
6.GetString(),GetDecimal(),GetDouble(),etc..,
7.FieldCount
8.Close()
9.Dispose()
etc..,
Is This Answer Correct ? | 3 Yes | 4 No |
What are typed and untyped dataset?
how to keep track of index in listbox items.
About ADO and its objects ?
What are ado.net objects?
describe about the ado.net object model
What provider ADO.net use by default ?
5 Answers Accenture, BirlaSoft, Wipro,
Explain the various objects in dataset.
Does ado.net use odbc?
How to create dynamic gridview?
Explain how do you connect to sql server database without using sqlclient?
What are the advantages of oledb compared with other classes?
What?s the role of the DataReader class in ADO.NET connections?