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 5465Post New Nimaya Interview Questions
Explain different types of locks in sql server.
What is meta viewport?
In system.out.println(), what is system, out and println?
why do u want to leave the last organization ?
Describe the difference between inline and code behind - which is best?
What is social bookmarking?
How is .net able to support a lot of languages?
What is a recursive helper function?
how to minimize earth resistance upto 2Ω, if the resistance is 6 Ω ?
What Testing process U r following in ur organization?
How does python interpreter work?
What happens when arraylist is full?
Explain what is the difference between diffraction and interference?
What close() does in javascript?
Are meta tags still used?