1
I have Visual Studio 2015, I created a project and I want to connect three databases in it (Firebird, Paradox and Mysql), initially the Mysql.
I created a new project like this: C# > Windows > Classic Desktop > Windows Form Aplication
(I don’t know if this is the one I should create, I’m beginner yet).
Follow that tutorial to connect to database.
In it, I am directed to click on Server Explorer > Add Connection > Selecionar MySql
However, this option does not appear to me. Appear:
Access, ODBC, SQL Server and Oracle.
How do I include Mysql in this option?
Thank you. so I have to find one of these too for Firebird and Paradox?
– Italo Rodrigo
I was able to connect in mysql and Paradox. I will find the one in Firebird. and also learn to manipulate the tables. thanks anyway
– Italo Rodrigo