We just completed programming a a VB.NET Web Project connected to a SQL Server Database. The client is now requesting that we support an identical schema in MySQL as well. I tried making a simple switch of the connection string via but it is still trying to connect to the provider value of (providerName="MySql.Data.MySqlClient")
This did not work. Can someone tell me if we can do this via the web.config. I don't want to have to change code to support the different connections. We are also going to have to support Oracle databases in the future.
Thanks in advance for you help.