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 5512Post New Nimaya Interview Questions
What is jvm? Why is java called the platform independent programming language?
Is there an equivalent of 'which' on the windows command line?
I have a few records just I want to store data in to targets cycling way how?
What is the need for custom serde?
what are the benefits of cubes?
Is syswow64 folder a virus?
What is native method in java?
Does python sleep use cpu?
What is a continuous delivery pipeline?
Which tcp/ip port does the sql server run on? How can it be changed?
What is the variable?
What is aspx format?
What is the amounts owed to a company that are not going to be paid
Explain recursion through a program?
Explain the biological neuron model. How is it different from artificial neuron?