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 row state?
How do you connect to sql server database without using sqlclient?
Define the data provider classes that is supported by ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
List the 4 common ado.net namespaces?
What are the steps you will take to improve performance?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What does executequery return?
How to check if the Dataset has records ?
Explain which name space is used to get assembly details?
What are the different ado.net namespaces are available in .net?
Can you explain how to enable and disable connection pooling?
Explain the dataadapter class in ado.net?
What is bubbled event?
What are basic methods of dataadapter?