Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are advantages of microsoft-provided data provider classes in ado.net?



What are advantages of microsoft-provided data provider classes in ado.net?..

Answer / Subodh Shukla

Some potential advantages of the Microsoft-provided data provider classes in ADO.NET include: seamless integration with .NET Framework, support for both SQL Server and other databases, ease of use, and consistent API across providers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is sequence of code in retrieving data from database ?

3 Answers   Accenture, BirlaSoft,


Explain the ADO . Net Architecture ( .Net Data Provider) ?

2 Answers  


Why do we serialize data?

1 Answers  


how we can fire event in databound coulm in datagfrid withot using button?

1 Answers   Tech Mahindra,


Does executenonquery return a value?

1 Answers  


How we can provide data to ado.net?

1 Answers  


What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 Answers   TCS,


OleDbDataAdapter ole=new OleDbDataAdapter(new OleDbCommand ("select * from login",oleDbConnection1)); OleDbCommandBuilder cmd=new OleDbCommandBuilder(ole); ole.Fill(dataSet11,"login"); DataRow drow=dataSet11.Tables ["login"].NewRow(); drow[0]=textBox1.Text; drow[1]=textBox2.Text; drow[2]=textBox3.Text; dataSet11.Tables["login"].Rows.Add (drow); ole.UpdateCommand=cmd.GetUpdateCommand(); ole.Update(dataSet11,"login"); MessageBox.Show("one row added"); this gives exception.how to solve it

1 Answers   Nimaya,


Explain the role of data provider in ado.net?

1 Answers  


What is sqlconnection and sqlcommand?

1 Answers  


Is ado.net dead?

1 Answers  


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

1 Answers  


Categories