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 to debug failed assembly binds?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What is difference between .net and .net core?
Describe the Managed Execution Process?
Explain what is mutex?
What relationship is between a process, application domain, and application?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Explain the garbage collection process?
What are virtual destructures?
Explain what is the difference between a class and an object?
Tell us what is json data, and what is one way that .net developers can work with json?
What is the use of Treeview control?
Explain the main components in .net?
What does cil do?
Explain about .NET services?