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 |
What is data relation in ado.net?
What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?
What is ole word?
Explain acid properties?
What is the advantage of ado.net?
Explain the difference between ado and ado.net?
Define data access layer?
How do you update a dataset in ado.net and how do you update database through dataset?
Which control of the BindingNavigator returns the current position within the data source?
What is the provider and namespaces being used to access oracle database?
What is microsoft ole db provider for sql server?
How do you implement locking concept for dataset?