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
Explain what rare the types of jit and what is econo-jit?
What is the difference between boxing and unboxing?
Explain garbage collection?
What is the advantage of .net core?
why you wouldn't want to write into it even if you could
Describe the Managed Execution Process
What is manifest in .net?
Should I use readerwriterlock instead of monitor.enter/exit?
Explain cas (code access security)?
What do the terms “boxing” and “unboxing” mean?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Explain me why do we use msmq?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Using com component in .net?
What is the microsoft .net?