Question : MySql connection string

I have a .net application and I want to have a MySql backend.  I have MySql installed already

The problem I'm having is how do I get the MySql connectionstring?

<add name="manassas" connectionString="Data Source=xxxx;database=xxxxxx;Trusted_Connection=yes;" providerName="System.Data.SqlClient"/>

Answer : MySql connection string

You can also use this tutorial to walk you through using the MySQL connection in C#: http://www.functionx.com/mysqlnet/csharp/Lesson01.htm
Random Solutions  
 
programming4us programming4us