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 interface and when it is used?
difference between checkbox vs radiobutton??
Explain the difference between import system.data.sqlclient and system.data.oledb?
Explain how can we remove handlers at run time?
What is branching logic control in VB.NET?
What is difference between import system.data.sqlclient,system.data.oledb?
What is the purpose of objects present in asp.net?
What are the different types of Lock available in Visual Basic?
Tell me which namespace are used for accessing the data?
What are the assembly entry points?
what is the advantage of option strict on?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Can you please explain the difference between int and int32?
What is jagged array in vb.net?