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 4815

Post New Nimaya Interview Questions


Nimaya Interview Questions


Un-Answered Questions

Why did you apply for this particular job?

768


What syntax is used to check whether solr is currently running or not?

99


How u can calculate the Octagon ring distance from center of raft in 275 mtr chimney slipform errection? cantact no:0993455097

1753


What are granite and gabbro? : soil science

555


Which is not a tool of static code analysis? a.)Ada b.)Borland-delphi c.)Fortan d.)None

2007






Explain tree topology?

507


What are dml and ddl?

534


Explain retain counts in iOS operating system?

533


Tell me the use of bit field in c language?

624


Give an example of Priority Inversion in Scheduling. What are the consequences of Priority Inversion?

549


Explain the theory of Multiple intelligence with reference to learning of Mathematics.

556


What is the difference between Bootstrap and Foundation?

5


How can we create a custom Ribbon button ?

365


Why was linux created?

484


What are the Types of Model relationships in django ?

211