What is ODP.NET?
Answers were Sorted based on User's Feedback
Answer / majid akram
odp.net is Oracle database provider for .net for high
performence data base access to the oracle from any .net
language. It provides data access facility to the any .net
language
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / ajay singh negi
ODP.NET stands for Oracle Data Provider for .Net.
ODP.NET allows developers to take advantage of advanced
Oracle database functionality, including Real Application
Clusters, XML DB, and advanced security.
ODP.NET is designed for scalable enterprise Windows
solutions by providing full support for Unicode and local
and distributed transactions.
Is This Answer Correct ? | 5 Yes | 0 No |
What is the difference between oledbreader and datasetwhile connecting?
What is the main difference between ADO and ADO.Net
What is the difference in record set and dataset?
How to fetch the last inserted record in a particular table?
10 Answers CarrizalSoft Technologies, Microsoft,
How do you update a dataset in ado.net and how do you update database through dataset?
What is data relation?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same
Whate are different types of Commands available with DataAdapter ?
How xml files and be read and write using dataset ?
How do we invoke queries from the application ?
can we change the data in dataset? if yes what is the process?