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 commom language runtime?
Explain the observations between vb.net and vc#.net?
How many classes a dll can contain?
Which control is an example of an object in vb net?
Why do you need Lock in Visual Basic?
What are the advantages of migrating to vb.net?
Explain how to achieve polymorphism in vb.net?
Explain how to store decimal data in .net?
What is the difference between readonly variable and constant variable?
What are the difference between structure and class?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is the difference between static or dynamic assemblies?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Name some of the features of C# which are not present in VB.NET?
Explain the use of new keyword?