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
how we can fire event in databound coulm in datagfrid withot using button?
What are good ado.net object to replace to ado recordset object.
How to pass multiple tables in datasets simultaneously?
How does ado.net work?
What is basic use of data view?
What is difference between executequery and executeupdate?
What is data view and variable view?
What is defaultview in datatable?
What is the difference between Command and CommandBuilder object?
Why is ADO.NET serialization slower than ADO ?
Explain the difference between an ado.net dataset and an ado recordset?
What is ado.net and its features?
How would you connect to database using .NET?
What are different layers of ADO.Net?
Which ado.net object is very fast in getting data from the database?