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 are all features of ADO.Net?
Can datareader hold data from multiple tables?
What is ado.net objects?
What is serialization and de-serialization in .net?
Give few examples of datareader that is used in different dataproviders.
What is an orm, and why would you use one instead of plain old ado.net?
What is disconnected data?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is Dataset Object?
What is sqldatareader?
How to check if the Dataset has records ?
Is entity framework better than ado.net?
Which is faster entity framework or ado.net?
What does ado stand for in ado.net?
Why is stored procedure used in ado.net?