How to connect .Net Webservice with local database – Phpmyadmin
I have to connect my Database to an existing code in .NET. My Database is a MySql DB in PhpMyAdmin. I am using System.Data.SqlClient in .NET and it seems like I cant get the connection String right for the connection…