how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access?
Answer Posted / aravind
in code behind give namespace
using System.data.sqlclient;
and write connections string in web.config to which
database to connect
| Is This Answer Correct ? | 40 Yes | 6 No |
Post New Answer View All Answers
Should I implement finalize on my class? Should I implement idisposable?
Explain the different parts of an assembly?
What are the properties of ADO.NET?
What are the different types of remote object creation mode in .net?
Can a try block have more than one catch block?
What is lambda expressions in c#?
Please explain what is the difference between constants and read-only variables?
Explain about Behavioral design pattern?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Is .net a compiler?
Explain me what is .net web service?
Explain the main components in .net?
Describe the compilation process for .net code?
What is jit compilers?
Explain what does managed mean in the .net context?