ANSWER EXERCISE ADO.NET
1. Which .net Data Provider offers best performance when connected to SQLServer Database ?
|
2. What is the Best approach that has to be used, if you need continuous connection to the Database ?
|
3. Which of the following statements is true about Dataset ?
|
4. The Databases that make up the data in a dataset
|
5. In ADO, the data from one component to other is sent in Binary format, where as in ADO.Net it is sent in
|
6. Which object of ado.net has the best performance,for retrieving the data
|
7. No of records in memory at any given point of time when the DataReader reads the Data
|
8. Which type of Dataset supports schema ?
|
9. Which Dataset gives easier access to the contents of the table ?
|
10. How do the SQL classes in .Net Communicate to SQLServer ?
|
11. Which of the following Namespace is used for better performance when connecting to SQLServer ?
|
12. If the DSN (Data Source Name) has to be used with SQL Server, which namespace has to be imported ?
|
13. When we need to retrieve only a single value from the Database,which Method is efficient
|
14. If we are not returning any records from the database which method is used
|
15. OLEDB Connection Pooling is handled by OLEDB.Net Provider and SQLClient Connection pooling is handled by
|
16. Which object in ADO.Net is similar to the Recordset object of ADO ?
|
17. State whether the
following statement is true or false.ADO.NET does not have the inherent
cursor object but has data classes that include functionality of cursors
|
18. To populate the data set, which methord of DataAdapter is uesd
|
19. Which of the following statement is true ?
|
20. Two users are trying
to update the row in a database at the same time.Assuming that
optimistic concurrency is not used for concurrency control in this case,
what will be the result ?
|






0 comments:
Post a Comment