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

Explain ODP.net

0 Answers  


Advantage of ADO.Net?

2 Answers   QualSoft, TCS,


What is csdl entity framework?

0 Answers  


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

0 Answers  


What do you mean by performing asynchronous operation using command object?

0 Answers  


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,


What is connected architecture in ado.net?

0 Answers  


Is ado.net dead?

0 Answers  


What are dataproviders?

0 Answers  


What are the core objects of ADO.NET?

0 Answers  


How do u implement locking concept for dataset?

2 Answers   ABC,


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  


Categories