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 5465Post New Nimaya ADO.NET Interview Questions
hi frenz,its aswathy.i hve aplied for the hpcl test on feb,pls send the test patern & the placement papers as soon as possible. mail-id :kjaswathy@gmail.com
Explain the call transaction method? : abap bdc
What is a mixed cost? : co- cost center accounting
How many data structures does r language have?
Where is the start menu button?
How to minimize the memcached server outages in your python development?
What do you mean by component in cakephp?
What methods should you use to decrease the loading time of a website?
How do I check my hard drive?
Give us the name of the list layoutmanagers in java?
What is message server?
Explain how the asthenosphere works?
Whenever invoke ngondestroy. Ngdocheck ligon.init?
What is session in PHP. How to remove data from a session?
If tables of a schema are used to build modeling views then it’s necessary to grant select privilege to user _sys_repo. Why?