What are all the different authentication techniques used to connect to MS SQL Server?


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

Post New Answer

More ADO.NET Interview Questions

what is sql Injection?

4 Answers   Microsoft,


What is ado asp?

0 Answers  


How to get oledb connection?

3 Answers  


What is basic use of data view?

0 Answers  


How to sort the data in Datatable

2 Answers   NetProphet,






Explain the difference between data reader and data set?

0 Answers  


Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!

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 the difference between Dataset. clone and Dataset.copy?

0 Answers  


What are the namespaces used in ado.net for data access?

0 Answers  


What are the data providers used in ado.net

0 Answers  


What is ado.net connection?

0 Answers  


Categories