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
How can I tell if .net 3.5 is installed?
Does .net supports destructors concept?
What is the intermediate language between asp and asp.net1.0?
Which namespace is require to used XML in .NET?
Do you know what is garbage collector?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain asp.net?
What should you do to store an object in a viewstate?
Is there any attempt system for microsoft technology papers?
What is the difference between override and overload in a method?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Tell us the differences between an interface and an abstract class in .net?
What is .net and .net framework?
Explain about .NET services?
How many design patterns can be created in .net?