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
What is lazy initialization?
What is the difference between asp.net and asp?
What is Code group in .Net with respect to CAS
Please explain what is the difference between encrypting a password and applying a hashing?
What is .net debug & trace?
What are asp.net authentication providers and iis security?
What is .net technology?
What is Event - Delegate? clear syntax for writing a event delegate
Tell us the differences between an interface and an abstract class in .net?
Do I have any control over the garbage collection algorithm?
How is threading done in .net?
Please explain what is the difference between a class and an object?
What's the problem with .net generics?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is Full trust permission set in .Net