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 / sudhir kunnure
u cannot use oleDbConnection object to
a)To connect to an SQL 7.0 database.
b) To connect to a DB/2 database.
d) To connect to an SQL 6.5 database.
Only for
c) To connect to an Access database.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How can we prepairing Interview
What is the viewstate in asp.net?
What are the two properties that are common on every validation control?
What is the difference between a cookie and a pixel?
Differentiate between namespace and assembly.
What are the types of caching in asp.net?
How many types of sessions in asp.net?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Can more than one person use the same login?
Explain the difference between value type and reference type?
What are the components of ado.net?
Can we have multiple web config files for an asp.net application?
Explain MVC model binders?
What is the state management in asp.net?
Mention few asp.net validators.