Answer Posted / guneetinder singh
Datatable is a sql class which is used to create a temporary
table and working on it at run time.
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
What are the rules to implement connection pooling?
What is execute scalar in ado.net?
Which object is used to add relationship between two Datatables?
How to check if a datareader is closed or opened? IsClosed()
How to pass multiple tables in datasets simultaneously?
What is the difference between connected and disconnected environment?
What is connected architecture in ado.net?
What do you mean by performing asynchronous operation using command object?
What are all the commands used with Data Adapter?
What is a string variable?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is Dataset Object?
How do you merge 2 datasets into the third dataset in a simple manner?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
How does ado.net work?