what is the syntax code to oledb to connect oracle
Answer Posted / kakani kumar
Using System.Data.Oledb;
OledbConnection cnn = new Oledbconnection("Prvider=MsDaOra,
User ID=scott, Password=Tiger, Datasource=m10 );
Datasource is optinal
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give an example that shows how to execute a stored procedure in ado.net?
What is the difference between sqlcommand and sqldataadapter?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
how can implement dropdownlist in particular of dataset when try to update?
How to find the given query is optimised one or not?
What is row state?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is the difference between ado.net and entity framework?
Describe datareader object of ado.net with example.
How can we check that some changes have been made to dataset since it was loaded?
What is connection string?
What is ole data type?
What is data control techniques?
What is adodb dll?
What is ado.net full form?