Using Ado.net, what front ends and back ends can you use?
Answer Posted / s.balakrishna
using Ado.net as a communicater between applictions and
datasources,we can use ASP.NET as front end,and we can use
sql server,oracle,odbc as backend
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference in an abstract class and an interface?
Which object needs to be closed?
Which database is the ado.net sql connection object designed for?
What is ado asp?
What is ado.net and its architecture?
Explain the different row versions available in table?
Why is stored procedure used in ado.net?
How to maintain the relation between two tables in ADO.NET?
Why do we use sqldataadapter?
Which method is used by command class to execute SQL statements that return single value?
What are good ado.net object to replace to ado recordset object.
Which is faster dataset or datareader?
How to check if the Dataset has records ?
Which object holds only data and does not interact with data source?
Can we do database operations without using any of the ado.net objects?