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
What are the methods of XML dataset object?
Explain how to create dynamic gridview?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is the difference in an abstract class and an interface?
What are ado.net objects?
How to generate a single aggregate?
Does executenonquery return a value?
How to check if a datareader is closed or opened? IsClosed()
What are good ado.net object to replace to ado recordset object.
How to pass values into a datatable?
What is connection string?
What is difference between Dataview and Datatable?
What is microsoft ado.net?
What is a string variable?
What is the difference between SqlCommand and SqlCommandBuilder?