What are the steps to connect to a database?


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

Post New Answer

More ADO.NET Interview Questions

What is data control techniques?

0 Answers  


What are the important features of ado.net 2.0?

0 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,


What is microsoft ole db provider for sql server?

0 Answers  


What are the three Ado objects?

6 Answers   Microsoft, StarSoft,






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

0 Answers   SwanSoft Technologies,


What is ado.net object model?

0 Answers  


can we change the data in dataset? if yes what is the process?

1 Answers   Artech,


What is the use of data grid?

0 Answers  


How many commands does the oledbcommand takes?what are they?

2 Answers  


What is datatable in ado.net?

0 Answers  


What is ado asp?

0 Answers  


Categories