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 is ado.net object model?
What are the rules to implement connection pooling?
What is disconnected data?
What is sqlconnection and sqlcommand?
What is the difference between SqlCommand and SqlCommandBuilder?
What is openrowset?
Define bubbled event?
Can we load multiple tables in a dataset?
Define executenonquery?
What is microsoft ole db provider for sql server?
What is oledb driver?
Which is faster ado.net or linq?
What are the advantage of ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
Explain which name space is used to get assembly details?