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
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is a datareader object?
What you mean by filtering of data?
What is ado.net object model?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What are typed and untyped dataset?
What is ado object model?
What is data view and variable view?
What is the purpose of using adodb?
What is the difference between Command and CommandBuilder object?
What are the namespaces used in ado.net for data access?
Compare Data Reader & Dataset in ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the Features of a dataset