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 Interview Questions
What is the ubuntu terminal?
Describe Non I.S. Earth System and why is it used?
How can I read inputs as integers/float?
Why orm is needed?
What worked well and what didn't?
Which scm tools does jenkins support?
How communication happens in between weblogic and web server?
What is an orm tool?
How we fix the validity period of a volumetric solution and re-standardization due date?
What in your opinion are the most significant fundamental differences between sei sw-cmm and iso 9000-3?
What is the purpose of 'register' keyword?
Pls help me to arrive the rates for centering shuttering for highbay using H-frames?
How do you enter an if function in excel?
How is a content type deployed?
Explain locking?