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
Write a program to show the memory leak?
What is Type hinting in PHP?
Explain how can you do the explain of a dynamic sql statement?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
What is the purpose of finalization in java programming?
What are the uses of merge?
How to use values from other tables in update statements in ms sql server?
What is windows patch file?
Why is spring framework so famous?
DOW stock exchange belongs to which country?
List down the fundamental oop concepts?
How many wrapper classes are there in java?
what things abutsbi
How does qtp identify the object in the application?
Is sorted c++?