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
Explain about .net?
Explain about the Common Language Runtime?
What are multicast delegates?
Please explain what is the difference between a class and an object?
What is dot net architecture?
Explain the procedure to add assemly to gac to make it shared one?
What is view state in .net?
what will do to avoid prior case?
Explain how to stop a thread?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What are the new features in .net core?
How to implement CAS in .Net?
What is lambda expressions in c#?
How to create multiple inheritance in c#, with example?
What is a metadata in .net?