Which method do you invoke on the DataAdapter control to load your generated dataset with data?
5 17317If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()
4 8143
If we are not returning any records from the database, which method is to be used?
What is row state?
What is a serialized object?
What is the difference between ado.net and oledb?
How to creating a SqlCommand Object?
Explain the difference between data reader and data set?
Explain how can we load multiple tables in to dataset?
What is defaultview in datatable?
What are the data access namespaces in .NET?
What are the ado.net components?
How to identify the controls which can be used for binding data?
What is a sqldataadapter?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What do you know about ADO.NET's objects and methods?
What is the difference between dataset and datatable?