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 is a non query?

1 Answers  


What are different layers of ADO.Net?

1 Answers  


what is different between SqlCommand object and Command Behaviour Object

3 Answers  


Describe ado.net object model in detail.

1 Answers  


What providers does Ado.net uses?

1 Answers  


What is the difference between statement and preparedstatement interface?

1 Answers  


can anybody show me the structure of ADO.NET

1 Answers  


Which is faster sqldataadapter and sqldatareader?

1 Answers  


What is dataset and datatable in ado.net?

1 Answers  


What is difference between sqldatareader and sqldataadapter?

1 Answers  


What happens when we issue Dataset.ReadXml command?

1 Answers  


Describe connection object in ado.net

1 Answers  


Categories