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 5457Post New Nimaya Interview Questions
How to select value in a dropdown?
Explain access channels?
Explain why the following are classified as fixed assets: Land and buildings delivery trucks office equipment
Let me know the liability positions of Partners
What is the criteria that generally follow by distribution licenses to fix contact demand of their industrial customers?
Why did you decide to pursue your career at Dunkin Donuts?
cst rates
What is the use of ctrl y?
What is mongodb best for?
What is body in html?
What test strategy followed in your project?
What do you mean by splunk indexer?
Can android run exe?
Why do you want to enter banking Industry?
Some of the most notable applications of Kafka?