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 are the pre-requisites for connection pooling?
What is the difference between DataReader and DataSet in ADO.NET?
Define the executescalar method?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is the meaning of executenonquery?
What is microsoft ado?
Which is better entity framework or ado.net?
How to add an aggregate column?
What is the current version of entity framework?
Does sqlclient and oledb class share the same functionality?
What is difference in record set and dataset?
What is the advantage of ado.net?
Which namespaces are used for data access?
Difference between sqlcommand and sqlcommandbuilder?
Explain advantages of ado.net?