Answer Posted / rajesh
It is a part of the base class library that is included
with the Microsoft .NET Framework. It is commonly used by
programmers to access and modify data stored in relational
database systems, though it can also access data in non-
relational sources
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is an orm, and why would you use one instead of plain old ado.net?
What is the difference between Dataset. clone and Dataset.copy?
How to check if the Dataset has records ?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the key events of sqlconnection class?
What is basic use of data view?
How to identify the updated rows in a dataset?
What is the difference between linq and ado.net?
Explain ado.net features? Benefits? Drawbacks?
What are the difference between readonly vs. Const?
What is the difference between sqldatareader and sqldataadapter?
What is disconnected data?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What are the different methods available under the sqlcommand class to access the data?
Define executenonquery?