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
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
How we can achieve Connection pooling in .Net?
What is Flyout Design Pattern in .NET?
What is stored procedure ? how we use it in .NET ?
What is the purpose of enumerable class in .net?
What is msil, il?
How is .net able to support a lot of languages?
What is the concept of inheritance and how it works in .net?
How to create properties and methods using controls?
What is the difference between reference type and value type?
Explain the procedure to add assemly to gac to make it shared one?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the use of gacutil.exe?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Explain me what is the difference between an abstract class and an interface?