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
What is DataRowCollection?
how can implement dropdownlist in particular of dataset when try to update?
What are the data providers in ADO.NET framework?
What is difference between entity framework and ado.net?
What are the ado.net components?
What is untyped dataset?
What is a data control clerk?
How to find the given query is optimised one or not?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is an ado?
What are the advantages of ado.net?
What are the connected and disconnected modes in ado.net?
Explain the architecture of ado.net?
What does datareader object do?