What is the provider and namespaces being used to access
oracle database?
Answers were Sorted based on User's Feedback
Answer / ansu kumar
provider is
olebd
namespace is
system.data.olebdclient
Is This Answer Correct ? | 14 Yes | 4 No |
Answer / sandip bhattacharya
In .net there are two provider.
1)Sql Data Provider;(for sql server)
2)Oledb Data Provider;(for other database)
and the name space are
1)System.data.sqlclient;
2)System.data.oledb;
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / shwetha
provider is oledb.
and Namespace is System.Data.oledbclient
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shankar
provider is oledb.
and Namespace is using System.Data.OleDb
Is This Answer Correct ? | 1 Yes | 0 No |
What is the namespaces being used to access oracle database?
how would i implement dropdownlist in gridview using c#
What is difference between datatable and dataset?
How to identify the updated rows in a dataset?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception.
2 Answers Fulcrum Logic, Satyam,
What is sqlconnection and sqlcommand?
What is sqldatasource?
Why DataReader is Forward Only?
How many major types of connection objects in ADO.NET?
How do you update database through dataset?
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?
What does ole stand for in excel?