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


Please Help Members By Posting Answers For Below Questions

What is the difference between .net and laravel?

760


Explain assemblies in .net?

811


What is the use of system.diagnostics.process class in .net?

763


What is common type system (cts)?

750


Explain me what are the deferred execution and the immediate execution in linq?

771


What is value type and refernce type in .net?

829


Can any object be stored in a viewstate in .net?

815


What is WSDL? Explain its architecture?

863


What is DTS and explain the purpose of it?

806


What is func in .net 3.5?

752


Explain how viewstate is being formed and how it's stored on client in .net?

751


What is smart navigation in .net?

767


Is there built-in support for logging?

833


What is the best way to crack the certification?

1580


Explain the top .net class that everything is derived from?

801