Which method do you invoke on the DataAdapter control to load your generated dataset with data?
5 17137If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()
4 8010
What is sqldatareader?
Some important instruction regarding ADO.NET connection string ?
What are the advantages of ado.net?
What is oledb connection?
What is the use of ADO.NET and XML web services?
What is a dynaset in access?
How can we load multiple tables in to dataset?
Why is stored procedure used in ado.net?
differance between ADO vs ADO.Net?
Which method in OLEDBAdapter is used to populate dataset with records?
What does ado stand for?
Does executenonquery return a value?
What is the difference between executenonquery () and executescalar ()?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is difference between Dataview and Datatable?