can we have multiple datatables in a datareader ?
Answer Posted / anil sharma
No, We cannot have...
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why do we use sqldataadapter?
How do you update database through dataset?
Some important instruction regarding ADO.NET connection string ?
What are all the different authentication techniques used to connect to MS SQL Server?
What is typed dataset ?
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 are all the different methods under sqlcommand?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Which property is used to check whether a DataReader is closed or opened?
How can we load multiple tables in to dataset?
How would you connect to a database by using .NET?
What is ado control?
What DataReader class do in ADO.NET ?
What is the meaning of object pooling?
How is it possible to get 2 tables of data at a time by using data reader?