How many types of data table are in SQL.NET
Answer Posted / sundara
four data table type#
1. Perment data table
2. temp table only for the session
3. temp table will destroy wilie the connection close
4. table variable
| Is This Answer Correct ? | 61 Yes | 16 No |
Post New Answer View All Answers
What are disadvantages of microsoft-provided data provider classes in ado.net?
What is the use of data grid?
What is bubbled event can you please explain?
Can we load multiple tables in a dataset?
What is data adapter in ado.net with example?
How do you update a dataset in ado.net and how do you update database through dataset?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
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 are the several execute methods of ado.net?
How to load multiple tables into a dataset?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is a data control clerk?
What is microsoft ole db provider for sql server?
What are the different methods available under the sqlcommand class to access the data?
Which is faster entity framework or ado.net?