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 5435Post New Nimaya Interview Questions
On what levels can you manage the settings from the Settings menu?
What are the important aspects of a test case?
What is the name of the plugin that is used to integrate eclipse with cucumber?
Explain me how will you create a stacked progress bar using bootstrap?
How d3.js identify on which elements to operate?
What is abstract class php?
Describe the Managed Execution Process?
Is python written in c or c++?
Is framework manager an un-needed overhead? As we know report studio allows us to create the data model from a query and thereby skipping framework manager. Given that this feature is available, in what scenarios would one want to skip framework manager?
Can we use any class as map key?
How do you write a range in excel?
what type of question will ask in the interview of lab chemist.
What is the most popular font?
How do you exchange data among different modules of your angular js application?
What are dimensions and facts?