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
Explain repository pattern in asp.net mvc? : asp.net mvc
What is variable and constant in .net programming language?
What is mvc in asp.net interview question? : Asp.Net MVC
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
How does a web application session work?
What is datagrid asp.net?
Explain the difference between debug.write and trace.write? When should each be used?
What is inproc and outproc?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How do you design a website with multilingual support in ASP.NET ?
What is an assembly? Explain its parts.
What is the importance of Global.asax in ASP.NET?
What are the different session state management options available in asp.net?
How Session use Cookies in State Management?