How many types of data table are in SQL.NET
Answer Posted / sreedevi
2 data tables
perment table& temp table
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What do you know about ADO.NET's objects and methods?
What are the features of ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is sql command in ado net?
What are the namespaces used in ado.net for data access?
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 is ado control?
What is variable view?
What are the ado.net connection pooling parameters?
Describe briefly an ADO.NET Dataset ?
How to aggregating data across related tables?
What are all the different methods under sqlcommand?
What is a control toolbox?
What is executenonquery ado.net?
What is the difference between statement and preparedstatement interface?