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 5409Post New Nimaya Interview Questions
How do I convert a table to text in pages?
Can you explain the gitflow workflow?
Differentiate electroplating and electro less plating? : Electrochemistry Corrosion
What is WP11 Implicit Termination?
What is use of FormBoarderStyle Propertie
How to associate functions with objects using javascript?
How to find the memory leaks in mrc?
What is the use of deferring as a method for a multi-part process in blue prism?
Which is faster hashmap or linkedhashmap?
Is asp.net free?
Page replacement algorithm in Operating System?
can anyone help with interview questions for the position of bank operations officer? my e-mail is ysecurites@yahoo.com
when reviewing your client's search network campaign, you notice that the ads in one of the ad groups have a low average position. Which flexible bid strategy should you use to help improve the position of these ads?
Explain how viewstate is being formed?
How do you find the size of an arraylist?