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 5378Post New Nimaya Interview Questions
How do you square a number in java?
What are the server requirements for installing cakephp?
What is better mysql or mongodb?
What is the difference between fixed-bias circuit & self-bias circuit?
What do you mean by term "Annuity"?
real time examples for basic concepts in oop
What is the role of copy constructor in copying of thrown objects?
Why does widget not show up in the sidebar?
Describe lockbox processing? : fi- accounts receivable
How do I list figures in word?
Explain the mrp list and their uses.
What's the difference between non break power supply and non break non short break power supply
How do you graph a regression in excel?
state the three ways to enable verbose gc.?
Why is a plain induction motor unsuitable for wide speed control?