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's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
what is difference between web.config and machine.config and where it will be ?
What is redim keyword and its use?
What is the diff between vb mdi form and .net mdi form?
What is the differences between dataset.clone and dataset.copy?
How many classes a dll can contain?
What is private assembly?
Explain enumerator?
What do you mean by option strict on?
Explain redim keyword?
How does vb.net achieve polymorphism?
How to send xml file on server using http protocol?
How vb implements the disconnected architecture as like vb.net?
What is trace in vb.net?
Explain jagged array in vb.net?