I want to build a connection to a database using the MySQL Connector. I get a connection with the assembly MySql.Data.RT.dll but this was for Win RT. Is this also the right one for a Win 10 Universal app, or is it better to use one of the .NET 4.5 Framework:
My Question is:
Which assembly to choose for a Windows Universal App ?
