what is the syntax code for oldb to connect oracle
Answer Posted / srinivas.kinthada
i think oldb is not correct it's may b.
it is oledb
using system.data.oledb;
oledbconnection cn=new
oledbconnection("uid=<username>;pwd=<password>;server=<servername>");
cn.open();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is variable view?
How is it possible to get 2 tables of data at a time by using data reader?
What are the different row versions available in table?
How can you add or remove rows from the datatable object of dataset?
What do you know about ado.net's methods?
What is ado control?
What you mean by filtering of data?
What is ado.net in mvc?
Explain the differences between oledb sql server, oledbdotnet provider?
Define bubbled event?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Is ado.net an orm?
What are the important features of ado.net 2.0?
How to creating a SqlCommand Object?