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
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
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?
Which is faster viewdata or viewbag?
Can you explain the importance of finalize method in .net?
Explain difference between dataset and datareader?
What kind of data can be stored in viewstate?
Can I read the hard disk serial # of the client computer using asp.net?
what are the security certificates used in webservices?
Tell me the code snippet to show how we can return 404 errors from HttpError?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What does session_start () do?
Define viewstate in .net?
Is viewstate secure?
Define static member?
Describe a bubbled event and how it is used ?