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
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain the use of serialization and deserialization?
What is the maximum size of the textbox?
Explain about jagged arrarys ?
Name the tool which can convert visual basic old version to .net compatibility version?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Define manifest?
Explain about the performance of visual basic?
What is sorting in vb?
How can we store decimal data in .net?
What do you mean by serialization and deserialization?
What do you mean by Redim in VB.NET?
How a base class method is hidden?
How many classes a dll can contain?