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 acid in ado.net?
What are the different layers of ado.net?
What is ado object model?
What is a dataview?
What are the advantages of using datalist?
What are the various methods provided by the DataSet object to generate XML?
What is the use of Dataview?
What is the difference between OLEDB Provider and SqlClient?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is untyped dataset?
What is ado.net architecture?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Describe connection object in ado.net
What is dao and ado?
What is disconnected data?