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
Difference between sqlcommand and sqlcommandbuilder?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is data view and variable view?
What is difference between datareader and dataadapter?
What is ado recordset?
What are the different ado.net namespaces are available in .net?
What is serialization and de-serialization in .net?
How to enable and disable connection pooling?
Define executenonquery?
What does executenonquery () method return?
What are all the different authentication techniques used to connect to MS SQL Server?
What are the steps to connect to a database?
Explain the advantage of ADO.Net?
Why edit is not possible in repeater?
What we do with the object of ado.net dataset after using it?