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 5463Post New Nimaya Interview Questions
WHAT GOAL DO YOU HAVE IN YOUR CARRIER?
Is it more secure to use cookies to trfer session ids?
What is a windows process in .net?
Is it possible to migrate the code from Java to Kotlin?
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
What is the latest version of magento?
How do I reset my joomla admin password?
How do I add up an entire column in excel?
when elecromagnatic waves are propogated in a wave guide?
What all are the exception handling strategies in blue prism ?
What is a bsp application? : sap abap hr
How do I enable links to an external workbook in excel?
Without saturation of transport proteins and under same concentration gradient how can the speed of simple diffusion be compared to the speed of facilitated diffusion?
What is pdo in php mysql?
What are the limits of accessibility ?