is ADO.NET important to connect sql server?
is any other way to connect sql server?
Answer Posted / suchit kumar dash
Yes ADO.Net is the only process to connect with SQL
SERVER.Because we don't directly connect with SQL SERVER.
For that we use Connection string.And also viewing for
records or fetching records we use record set or dataset.
Both are in ADO.NET.So we ADO.NET is badly necessary in .NET.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is strong name in .net assembly?
Name some of the features present in vb 2005?
What are the differences between server-side and client-side code?
Explain the difference between web.config and machine.config and where it will be ?
Write a program to find all text files in a logical drive and return the count of the number of files?
What is the advantages of VB.NET?
How vb implements the disconnected architecture as like vb.net?
How would you implement inheritance using vb.net?
What are all the differences between dispose and finalize()?
Explain private assembly?
Explain the use of option explicit?
What is the top .net class that everything is derived from?
how many server control present in .net
Which namespace are used for accessing the data?
source code for how to login a vb.net application ?