I have Visual Studio 2015, I created a project and I want to connect three databases in it (Firebird, Paradox and MySql), initially MySql .
I created a new project like this: C# > Windows > Classic Desktop > Windows Form Aplication
(I do not know if it's the same one I should create, I'm still a beginner).
I followed this tutorial to connect to the bank of data.
In it, I'm directed to click on Server Explorer > Add Connection > Selecionar MySql
However, this option does not appear to me. They appear:
Access, ODBC, SQL Server, and Oracle.
How do I include MySql in this option?