Microsoft
Software
Hardware
Network
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=xxxxx
x;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/m
ysqlnet/cs
harp/Lesso
n01.htm
Random Solutions
ForeFront TMG Intermittent Internet Connection
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
Why Not able to read excel file in the Web application running on Windows7/Office2010?
‘Browse’ button component in jsf
Code was working in Android 2.1 SDK but not on 2.2
Gateway SA1 shutting down intermittently
compareTo() - JavaScript example needed
How to enable/license terminal server
How does Windows 7 detect Internet access?
How to make IN operator to accept CSV which are varchar in SQL Server 2008