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 .net core used for?
Is .net an object oriented language? What are their components?
What are .net functions?
How many types of generations are there in a garbage collector?
How does u handle this COM components developed in other programming languages in .NET?
What is the difference between a class and an object, and how do these terms relate to each other?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
How big is the datatype int in .net?
What are multicast delegates?
What is DTS and explain the purpose of it?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
How can you instantiate a tuple?
What is .net standard?
What is namespaces in .net?
Which namespace does it belong to by default?