Answer Posted / pravin
Because Datareder Doesn't have Constructer.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
If a table contains 20000 records. In a page at each time 100 records to be displayed.
Which is faster sqldataadapter and sqldatareader?
Which namespaces are used for data access?
What are the differences between OLEDB and SQLClient Providers?
Define executenonquery?
What do you mean by ‘batch updates’?
What are the types of databinding?
Is bulk insert faster than insert?
What is oledb driver?
What connected data?
What is ado connection?
How we can provide data to ado.net?
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 an orm, and why would you use one instead of plain old ado.net?