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 / harry krish
c) To connect to an Access database.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is gridview in asp.net?
How do we access view state value of this page in the next page?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
How can we create Tree control in asp.net?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What are the different kinds of assemblies?
What is cross page posting? How is it done?
To redirect the user to another page which method do we use without performing a round trip to the client?
Is session server side or client side?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Which control has default post back is enabled(true)?
What are the namespace classes used in asp.net mvc? : asp.net mvc