I have an SSIS task that uses an ADO.NET connection to retrieve data from a MySQL database. The ADO.Net Source uses a query to retrieve the data. The query and the ADO.NET connector HAS worked in the past. I went in today and suddenly I'm getting a "No database selected (MySql.Data)" error when I select Preview. I've recreated and tested the connection to verify that I get "Test Connection Succeeded". I've done repairs on the following MySQL connectors but that hasn't fixed the issue.
MySQL Connector Net 6.9.12
MySQL Connector/ODBC 5.3
MySQL Connector/ODBC 8.0
I'm not sure why it is now not working.