What is the namespace in which .NET has the data
functionality classes?
Answers were Sorted based on User's Feedback
Answer / sangeeta
System.Data.OleDB
System.Data.SqlClient
System.XML
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / sandyni
following are the namespaces for .net functionality classes
are
system.data
system.data.oledb
system.data.sqlclient
system.data.xml
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / kavita
System.Data.(which backend u r using in ur application,like sql,oracle,access or xml and etc......)
Is This Answer Correct ? | 1 Yes | 0 No |
Diff. b/w DataReader and DataSet?
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
What is ole db query?
Explain what a diffgram is and its usage ?
Diff b/w DataReader,Dataset and Data table?
Which is faster dataset or datareader?
What is the difference in an abstract class and an interface?
What are the Features and disadvantages of dataset
Diff B/W DataSet vs DataTable
What is ado.net tutorial?
What is dataset object? Explain the various objects in dataset.
Why DataReader is Forward Only?