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 5458Post New Nimaya Interview Questions
How do I combine excel tabs into one?
please send me previous question papers of rrb chennai applied for junior engineer in mechanical dept
How do I open aspx files on android?
What is ulimit in linux?
What does adodb stand for?
What is 'revenue of central government'?
Who is Matt Cutts?
Define pigment?
How can we avoid deadlock in java?
What questions are asked at the Data Processing Unit?
How dummy is used in jcl?
What is the function of incest?
How you can collapse or expand parts of a document?
What is kill command?
What is Banked Register in Arm 7?