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
How can we add/remove row's in "datatable" object of "dataset"?
How to identify the controls which can be used for binding data?
Describe connection object in ado.net
What is Dataset Object?
What are all the classes that are available in System.Data Namespace?
What are the drawbacks of using ado.net?
What are the objects of ado.net?
Why edit is not possible in repeater?
What do you mean by performing asynchronous operation using command object?
What is difference between executequery and executeupdate?
Do we use stored procedure in ADO.Net?
What are ado.net objects?
What does ole stand for in excel?
Explain the two fundamental objects in ado.net?
What is read only and forward only in ado.net?