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
When we go for html server controls and when we go for web server controls?
What is the difference between user control an custom control? Advantages/disadvantages?
How you apply a theme in whole application in .Net?
What is jit compilers?
What are the purposes of using .net?
How to create multiple inheritance in c#, with example?
Explain me what are the deferred execution and the immediate execution in linq?
Describe the Managed Execution Process?
Explain what are the deferred execution and the immediate execution in linq?
What are the different types of Classes in .NET?
Tell me about secure socket layer? How to make use of the technology?
How we can achieve Connection pooling in .Net?
What is delegation in .net?
What are the different types of remote object creation mode in .net?
Explain what is the difference between web application and enterprise application?