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 5457Post New Nimaya Interview Questions
what command is used to create the credential store?
What are filters? What are number sorts of filters there in tableau?
dear all,Greetings of the day.. i have a small query plz rply if u knw.. i have done MBA Hr and B.sc microbiology. i am very much interested in it industry,so i am planing to go with oracle HRMS module,can it be work out??
What is a left join mysql?
Some application not accessing, so what is the problem? This information which log file contains?
What is a bearing?
What is difference between IEnumerable and IQueryable?
What is the syntax of "nested if statement" in shell scripting?
What’s your favorite algorithm, & can you explain it into me in less than a minute?
Can mirantis 6.0 now upgraded icehouse nodes to juno or is it still just the fuel server that is upgraded?
What's the reason of 2004 standard salary level need to be increased?
What is the reason for emitting the white exhaust smoke during start of the vehicle?
What is difference between session and cookie in PHP?
What are the Types of Scheduling triggers in TAC
Suppose have a very simple application that uses the applicationbar. The app bar shows one menu item when in portrait. However as the second image shows theapp bar displays now items in landscape mode. Is that by design or a bug?