SQL connection to database with c # (question about hosts)

1

I was interested in connecting an application in c # .net to a mysql database, I am using the referecias offered by the official mysql page, in this case the following one.

using MySql.Data.MySqlClient;

I have tried different hosts to host my database, (freehosting) such as 000webhost, and these famous, but none connects me well, I have tried with pages that offer only the database, and with these I have no problem , but either they are very limited, or they expire. Why is it with these if I can connect? Do you know any page without many limitations and free?

Thanks in advance.

    
asked by Georgia Fernández 13.10.2018 в 03:35
source

0 answers