how do u connect ado.net to sql server
Answer Posted / 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 View All Answers
Which is the feature of ado.net?
What are the uses of Stored Procedure?
What is basic use of data view?
What is ado or jdbc?
What is the difference in an abstract class and an interface?
How to add an aggregate column?
What providers does Ado.net uses?
What is two way data binding android?
What is a non query?
How will you fill the gridview by using datatable object at runtime?
What is ado code?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the use of Dataview?
Define executenonquery?
Why is it important to close an ado.net application?