EmmaClient is a client-server system for publishing liveresults from Orienteering events. It have been used on many major events such as JWOC, WOC, EOC,..
Changed from MySql.Data.MySqlClient to MySqlConnector to work with MariaDB 10.5.
The old connector MySql.Data.MySqlClient works with MariaDB 10.3 but not MariaDB 10.5.
The updated connector MySqlConnector has been verified to work with MariaDB 10.3 and MariaDB 10.5.
No other verification has been performed.
Changed from MySql.Data.MySqlClient to MySqlConnector to work with MariaDB 10.5.
The old connector MySql.Data.MySqlClient works with MariaDB 10.3 but not MariaDB 10.5. The updated connector MySqlConnector has been verified to work with MariaDB 10.3 and MariaDB 10.5. No other verification has been performed.
/Jon Jensen