Explain different methods and Properties of DataReader which
you have used in your project?

Answers were Sorted based on User's Feedback



Explain different methods and Properties of DataReader which you have used in your project?..

Answer / rahul ecimt

method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()

Is This Answer Correct ?    2 Yes 3 No

Explain different methods and Properties of DataReader which you have used in your project?..

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

Post New Answer

More ADO.NET Interview Questions

Why do we use sqldataadapter?

0 Answers  


Describe ado.net object model in detail.

0 Answers  


If we are not returning any records from the database, which method is to be used?

0 Answers  


What are the three Objects of ADO.

10 Answers  


What are dcl commands?

0 Answers  






How do you sort the data in datagrid?

4 Answers   Choice Solutions,


What is data view and variable view?

0 Answers  


Where do you store connection string ?

3 Answers   Digital GlobalSoft,


How to pass values into a datatable?

0 Answers  


Which property is used to check whether a DataReader is closed or opened?

0 Answers  


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

0 Answers  


How to Handle the exceptions in Sqlsrver2000

3 Answers   SQL Star,


Categories