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 are the different methods available under the sqlcommand class to access the data?

0 Answers  


i want 2 pass values(enterd in textbox)to table in sql server without using stored procedure in c#.plz tell me code with an example.

5 Answers   Softcon, Tecra,


What is ole in vb?

0 Answers  


What is a datagrid?

4 Answers  


How to Handle the exceptions in Sqlsrver2000

3 Answers   SQL Star,


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

0 Answers   Cap Gemini,


once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?

2 Answers  


Is it possible to edit data in Repeater control?

0 Answers  


Which type of database is used while processing dynamic database?

1 Answers   Microsoft,


How xml files and be read and write using dataset ?

1 Answers  


What is the role of the dataset object in ado.net?

0 Answers  


Explain how do you connect to sql server database without using sqlclient?

0 Answers  


Categories