Name the connections does microsoft sql server support?



Name the connections does microsoft sql server support?..

Answer / Rinki Yadav

"Microsoft SQL Server supports several types of connections, such as OLE DB, ODBC, ADO.NET, and native client (TDS) connections."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Are c# tuples immutable?

1 Answers  


Distinguish between the Debug class and Trace class with its functionality?

1 Answers   Siebel,


How will U encapsulate button trigger event into text_box event of Pressing Enter key?

3 Answers   TCS,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

2 Answers   iGate,


Explain the OOPS concept in C#?

1 Answers   HCL,


Is clr a compiler?

1 Answers  


Explain the difference between access specifier and access modifier in c#?

1 Answers  


What does console readkey do in c#?

1 Answers  


What are access modifiers in c#?

1 Answers  


What is delegates in c#?

1 Answers  


Explain code compilation in c#.

1 Answers  


What is the difference between readkey and readline in c#?

1 Answers  


Categories