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 is variable view?
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
Explain the advantage of ADO.Net?
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
How to Handle the exceptions in Sqlsrver2000
What is executenonquery ado.net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Explain the difference in an abstract class and an interface?
Is ADO.NET derived from COM? true /false
What is the provider and namespaces being used to access oracle database?
Explain all the classes those are used for database connections between sql server and asp.net?
What are the Features and disadvantages of dataset