how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access?

Answer Posted / rajesh chekuri

MySQLConnection myConn;
myConn = new MySQLConnection(new
MySQLConnectionString("localhost", "databse", "User",
"password").AsString);
For More Info Visit www.funnydotnet.co.cc

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy initialization?

819


What is the difference between asp.net and asp?

799


What is Code group in .Net with respect to CAS

1804


Please explain what is the difference between encrypting a password and applying a hashing?

758


What is .net debug & trace?

823


What are asp.net authentication providers and iis security?

768


What is .net technology?

819


What is Event - Delegate? clear syntax for writing a event delegate

1805


Tell us the differences between an interface and an abstract class in .net?

825


Do I have any control over the garbage collection algorithm?

806


How is threading done in .net?

777


Please explain what is the difference between a class and an object?

809


What's the problem with .net generics?

773


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

4841


What is Full trust permission set in .Net

2123