what is the syntax code to oledb to connect oracle
Answer Posted / govind.konduri
using system.data.oledb;
oledbconnection oracon=new oledbconnection
( " provider=msdaora;
User Id=scott;
Password=Tiger");
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is execute scalar in ado.net?
What are the rules to implement connection pooling?
Explain the difference between sqlcommand object and command behavior object?
What is the role of the dataset object in ado.net?
What is csdl entity framework?
Describe the disconnected architecture of ADO.NET’s data access model.
What is connected architecture in ado.net?
What is the DataTableCollection?
How to create dynamic gridview?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Explain executenonquery?
Which database is the ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
What is difference between connected and disconnected architecture in ado.net?
What is an example of ordinal data?