When would you not use the oleDbConnection object?
a) To connect to an SQL 7.0 database.
b) To connect to a DB/2 database.
c) To connect to an Access database.
d) To connect to an SQL 6.5 database.
Answer Posted / bhushan
Guyz...The question is "When would you....?". IMO, we can
connect to any database using oleDbConnection. However, the
question dwells on the fact that when would we not use it.
The fact that MS Access is a desktop database, leaves us no
option but to use oleDbConnection. Also, there must be some
way to connect to DB/2 database. The only 2 choices are to
use ODBC and OLEDB. So that has to be used with DB/2 as
well. However, with SQL server databases we have plenty of
support by the way of Sqlconnection and associated data
objects. These objects make it easier to work with SQL
databases easier than to use raw oleDbconnection. So the
obvious choice would amongst these 2. Yet going further, we
would refine our answer and state that support for SQL 7.0
has improved over SQL 6.5 and hence it has all the more
reason so as not to use OLEDBConnection. So IMO, the answer
should be SQL 7.0 database. Please correct me if any one
knows better...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain file-based dependency and key-based dependency.
What is a master page and what does it do?
List some of the important session state modes of asp.net.
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is bson in web api?
How does session state work in asp.net?
How many types of sessions are there in asp net?
What is clickid?
In the Repeater control which way you can edit?
In Code-Behind class which kind of code (server or client) is found ?
What is an assembly? Explain its parts.
What are the different properties of server control that exists?
Can a master page have more than one contentplaceholder?
Describe Segmentation With Paging?
Is it true that a Web service must be written in .NET or not?