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 5435Post New Nimaya ADO.NET Interview Questions
Can u list some style properties of List Box?
Explain the term binomial probability formula?
What is structural independence and why is it important?
Can we use pragma autonomous_transaction in trigger?
How to send your device id to an iphone developer?
What is a random walk model and how can you simulate it using r?
What is the basic PC architecture (main components)?
Tell me how include and require are different from each other?
Why Gymnosperms have become less than Angiosperms and What is the evolutionary trend between them?
What are jpa repositories?
How do you monitor the function of Integration engine, CCMS integration and process monitoring infrastructure in SAP system.
Do you know the online tools for excellent customer service?
What is the list view and summary view?
Does godaddy support drupal?
1.what is the vesition managment.