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

What is variable view?

0 Answers  


suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same

9 Answers   TCS,


Explain the advantage of ADO.Net?

0 Answers  


i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code

9 Answers   Wipro,


How to Handle the exceptions in Sqlsrver2000

3 Answers   SQL Star,


What is executenonquery ado.net?

0 Answers  


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

0 Answers  


Explain the difference in an abstract class and an interface?

0 Answers  


Is ADO.NET derived from COM? true /false

2 Answers   Infosys,


What is the provider and namespaces being used to access oracle database?

4 Answers   Microsoft,


Explain all the classes those are used for database connections between sql server and asp.net?

0 Answers  


What are the Features and disadvantages of dataset

0 Answers   Microsoft,


Categories