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 5378Post New Nimaya ADO.NET Interview Questions
What is Traditional testing & Object Oriented testing?
Is solaris a linux?
what is the diffrence betwen primary pumps and secondary pumps in aircoditioning field
Do you need a commit after ddl statements?
What makes vrrds different from vsam?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How to add additional sites in homestead environment?
What are the six ways to use this keyword?
How to send an http post request in angularjs?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can you edit IDoc content for successful IDocs?
Name the associate banks of SBI?
Which pump is preferred for small discharge at high pressure?
How do I change the user in ubuntu?
What are refs used for in React?