what is the syntax code to oledb to connect oracle
Answer Posted / sinthu vijay kumar
hi friends...
we have so many databases for ex oracle,sql
server,sybase,ms Access etc.providers are used to giving
the connecion to the database ,which r different for
different databases.the avilable providers in ado.net are
oracle.net data provider,odbc.net dataprovider etc.
the syntax for provider is:
con=new odbcconnection
("uid=scott,pwd=tiger,database=oracle")
here uid,pwd,database r vary with different databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we use stored procedure in ADO.Net?
How to connect and retrieve data from database using dataset
What are all the different methods under sqlcommand?
Which database is the ado.net?
What is data view and variable view?
What are dataproviders?
What are ado.net objects?
What is commandbuilder in ado.net?
What is the difference between sqlcommand and sqldataadapter?
What is meant by executenonquery?
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 28 can datareader hold data from multiple tables?
What are the classes in System.Data.Common Namespace?
What are the key features of ado.net?
What is Serialization in .NET? what are the types of Serialization?
What is oledb driver?