How many types of data table are in SQL.NET
Answer Posted / sudhakar basore
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 ? | 3 Yes | 2 No |
Post New Answer View All Answers
What we do with the object of ado.net dataset after using it?
What is aggregating data ?
What are good ado.net object to replace to ado recordset object.
Which architecture does Datasets follow?
What is the DataTableCollection?
What is ado circle?
What connected data?
What is the use of adodc?
How do you connect to sql server database without using sqlclient?
What are the major challenges in accessing data from a database?
How to identify the updated rows in a dataset?
Define bubbled event?
Is datareader faster than datatable?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
Explain the two fundamental objects in ado.net?