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 Interview Questions
What is 1810 stainless steel?
What is meant by harmonic distortion?
8. Provide their services at the time they promise to do so
How can the referrer and the target urls be used in servlet?
What is @enableautoconfiguration?
What is ETL?
What cross-validation technique would you use on a time series dataset?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What is accounts payable?
Difference between system refresh and client copy?
Hi Experts, Here is a scenario reg Dearness Allowance.....Can anybody tell me the configuration path and how to execute the report PC00_M40_DAC (report related to DA) A company is providing DA to its employees for every 3mnths....till 01/09/2008 it has given Rs 1500...and from 01/10/2008 it has to give Rs 1600. Hw can v config the system as per the scenario...and after running the report PC00_M40_DAC (is it DAC or DAP i m not sure) how it should be displayed? Can anybody please respond ASAP Thanks in advance
what are different tableau files?
. Is any graph is used for code coverage analysis?
How to Calculate KA Rating of Main LT Panel
How does hashset maintain order?