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 5466Post New Nimaya ADO.NET Interview Questions
What are different reports related to catalog in sap pm?
What is c++ hiding?
Can I learn angular without knowing javascript?
how would you do the control which catalogs are seen by a user.
How is declarative handling of exceptions done in struts ?
How to create a bitmap from an icon?
What is the Use of the inet_makeaddr() Function?
What is the average cost to replace windows?
What are the types of inheritance in c#?
How you calibrate absolute pressure with the calibration range of 0 to 1000 0C Absolute. Please explain the procedure for calibration.
What is meant by turbo alternators?
What is the difference between mobile application testing and mobile testing?
What are the new media element in HTML 5 other than audio and video?
What are the key features of solution manager diagnostics?
How assembly versioning in .NET prevent DLL Hell problem?