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
Tell us what is the native image generator?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
How is meant by dll in .net?
What are three common acronyms used in .net, and what do they stand for?
What is the procedure to add assemly to gac to make it shared one?
What is garbage collection and how it works ?
Explain .NET architecture?
Explain when should you use .net web forms over asp.net mvc?
What is dot net and its uses?
What is iis? Have you used it?
Describe session handling in a webform, how does it work and what are the limitations?
How boxing and unboxing occures in memory?
What is the difference between boxing and unboxing?
What is implement a generic action in webapi?
Explain about .Net products?