how do u connect ado.net to sql server



how do u connect ado.net to sql server ..

Answer / vaidyanathan r.

The ADO.NET application is connected with the SQL Server by
the use of the object SQLConnection class defined in the
System.Data.SQLClient. This SQLConnection takes the
Connection String as parameter.

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

0 Answers  


What is defaultview in datatable?

0 Answers  


What is the meaning of executenonquery?

0 Answers  


What are the rules to implement connection pooling?

0 Answers  


How to retrieve the user id which is provided while windows authentication?

0 Answers   Cap Gemini,






What is difference between executenonquery and executequery?

0 Answers  


What is ODP.NET?

2 Answers   Microsoft,


What is method to get XML and schema from Dataset?

2 Answers  


What is @@rowcount and with small code snippet explain the usage?

4 Answers   BirlaSoft,


What is ado object model?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

0 Answers  


Explain different methods and Properties of DataReader which you have used in your project?

2 Answers  


Categories