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 data relation in ado.net?

0 Answers  


What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?

5 Answers  


What is ole word?

0 Answers  


Explain acid properties?

4 Answers  


What is the advantage of ado.net?

0 Answers  






Explain the difference between ado and ado.net?

0 Answers  


Define data access layer?

0 Answers  


How do you update a dataset in ado.net and how do you update database through dataset?

0 Answers  


Which control of the BindingNavigator returns the current position within the data source?

0 Answers  


What is the provider and namespaces being used to access oracle database?

4 Answers   Microsoft,


What is microsoft ole db provider for sql server?

0 Answers  


How do you implement locking concept for dataset?

0 Answers  


Categories