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 5466Post New Nimaya Interview Questions
How to declare volatile variable ?
What Is The Disadvantages Using InnerHTML In JavaScript?
What is web page in html?
As per functionality what are the different components under sap scm process? : supply chain management
Which command in linux is used for the description of any command?
can i get some win vista notes
Why c is faster than c++?
What is the formula to find ctr (click through rate)? Does ctr help in improving quality score?
What are plugins in the zend framework?
Describe a link in unix.
Tell me the use of temporary records and state record in application engine?
what is the voltages using in movie theaters??? why ??why not other??
What are the advantages of a multiprocessor system?
Is windows 7 free now?
What is windows azure?