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 |
Explain ODP.net
Advantage of ADO.Net?
What is csdl entity framework?
What are all the different authentication techniques used to connect to MS SQL Server?
What do you mean by performing asynchronous operation using command object?
When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency
What is connected architecture in ado.net?
Is ado.net dead?
What are dataproviders?
What are the core objects of ADO.NET?
How do u implement locking concept for dataset?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.