Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Nimaya Interview Questions
Questions Answers Views Company eMail

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 4800

Post New Nimaya Interview Questions


Nimaya Interview Questions


Un-Answered Questions

How do I open a run window?

451


Tell me why might quick sort might be better than merge sort?

491


What is the use of mdt (modified data tag)?

597


1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?

2552


What is field-level security in salesforce ?

173






How will you find, in a string, the first word that rhymes with ‘cake’?

1010


What are pojos?

196


In EHV transmission line a neutral grounding reactor is often placed at neutral point of shunt reactors. What is the recommended protection for this neutral grounding reactor? Should I use a fast closing switch to bypass neutral grounding reactor when this protection operates?

2745


What is difference between ejb and spring?

503


How can you reduce noise in an image in adobe photoshop?

35


How do you convert manual test cases to automated test cases?

568


What is the purpose of queries in a database?

533


What are the advantages of cloud architecture?: cloud computing architecture

310


what is delegate and how works delegate and event.

1753


What are the several built-in supports in go programming?

1