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 5511Post New Nimaya Interview Questions
How many types of rpa tools exist?
Which command is used to start jenkins?
How many types of join are available?
how a flip flop can be used as a latch?
Explain
What is variable typing?
Pdl with an example?
Name some of the components of apache poi?
Which is better mysql or postgresql?
Is DES available in hardware?
Explain how to produce an assembly?
why you consider fit for the post applied for?
Can we display a list in a pop-up screen other than full-size stacked list?
What are the attributes of cursor?
How do you edit a brochure on microsoft word?