How to create data relations?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ADO.NET Interview Questions

what is different between SqlCommand object and Command Behaviour Object

3 Answers  


What is ole db and odbc?

0 Answers  


what is the criteria of selection in sbi interview?

1 Answers   BCS, State Bank Of India SBI,


How to add a javaScript function in a datagrid?

0 Answers   C DAC, CDAC,


Can you explain how to enable and disable connection pooling?

0 Answers  






What is ole db query?

0 Answers  


Describe the disconnected architecture of ADO.NET’s data access model.

0 Answers  


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

0 Answers   SwanSoft Technologies,


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

4 Answers  


What is difference in record set and dataset?

0 Answers  


How to get the new oledb connection of oracle in database programming?

1 Answers  


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 Answers   Nimaya,


Categories