how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access?
Answer Posted / manish
in the sql server
using system.data.sqlclient
sqlconnection con=new
sqlconnection("server=;uid=;pwd=;database=;");
con.open();
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is il and c#?
Explain what is an application domain?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
How many namespaces are in .net version 1.1?
How is .net able to support a lot of languages?
What is heap and what is stack?
Please explain what is reflection and what is it for?
What are .net functions?
Explain what is the difference between response.redirect & server.transfer?
What tools can I use to develop .net applications?
Explain how does assembly versioning work?
What is the difference between web application and enterprise application?
How to load a user control dynamically in runtime?
What is a formatter in .net?
What are an object and a class?