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 the difference between .net and laravel?
Explain assemblies in .net?
What is the use of system.diagnostics.process class in .net?
What is common type system (cts)?
Explain me what are the deferred execution and the immediate execution in linq?
What is value type and refernce type in .net?
Can any object be stored in a viewstate in .net?
What is WSDL? Explain its architecture?
What is DTS and explain the purpose of it?
What is func in .net 3.5?
Explain how viewstate is being formed and how it's stored on client in .net?
What is smart navigation in .net?
Is there built-in support for logging?
What is the best way to crack the certification?
Explain the top .net class that everything is derived from?