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
How would you turn off cookies on one page of your website?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain the path instructions in xaml?
What is a ashx file?
Explain significance of routing? : asp.net mvc
Explain the difference between Repeater and Data list control in ASP.NET?
Which is an advantage of application service providers?
What is the use of web.config and machine.config files?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Is post back in asp.net?
What is base class of button control in .net?
What are sql joins?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Where sessions are stored in asp.net?
when a request is made in Life cycle of ASP.NET page .