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 ADO.NET Interview Questions
What os do hackers use?
When we should go for codebase in applet?
What is auth0 authentication?
What is purpose of hibernate?
Can windows 10 run on smartphones?
Explain bazel?
How do I go back in linux terminal?
List the types of polymorphism in c++?
Mention the environments where vbscript could be run?
Explain about dynamical behavior view?
If an entry with the same key already exists, the COLLECT statement does not append a new line, but adds the contents of the numeric fields in the work area to the contents of the numeric fields in the existing entry.?
How will you explain COGROUP in Pig?
What is siebel admin mode view? How to create this?
What kind of mouse actions can be performed in selenium?
what is the most foolproof strategy for protecting data on the network? : Windows server 2008