Answer Posted / boopathiraj
we can't create an object for data reader because the
datareader is used to retrive the data's from the database
and it uses only some small amount of databases unlike
dataset.We can just create the variable for the datareader
is possible.And then THE CONSTRUCTORS WAS NOT DEFINED BY
SYSTEM.DATA.SQLCLIENT.SQLDATAREADER.(i.e)when you typed
(System.data.sqlclient)upto this is possible if you use
(System.data.sqlclient)(.sqldatareader)--->Not possible and
it is applicable when you use microsoft visual studio.net
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How we can provide data to ado.net?
Which is faster sqldataadapter and sqldatareader?
Define the data provider classes that is supported by ado.net?
What is ado.net tutorial?
What is the use of SqlCommandBuilder?
What are the major challenges in accessing data from a database?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain executenonquery?
What are typed and untyped dataset?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
How to bind the controls(best practice) comboboxes to the data in the dataset?
Name which operations can you not perform on an ado.net dataset?
What are the advantages of ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is the use of sqldatareader class?