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 / the jerk
I use OleDbConnection for SQL 6.5, and Access ALL THE TIME.
Also for SQL 2000 so SQL 7.0 must be OK, too. By process of
elimination, B must be the correct answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the types of authentication in asp.net?
what is a .xap file? Explain with an example.
Are cookies stored on server or client?
Which is better union or union all?
Why session is used in asp.net?
How can you dynamically add user controls to a page?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Why is an object pool required?
3. What goals do you have in your career?
What is the full meaning of asp.net?
What is session in web technology?
How many types of session state management options available in asp.net?
how to transfer the file from client to server using asp.net
Is there any limit for query string? Means what is the maximum size?
What is Model-View-View Model?