I have a program which connects to a remote MySQL Server. When i try running the program on other PCs (ones with nothing more than the .NET Framework)
I tried using ODBC, which would run the program, but not be able to connect to the database because of the lack of the Driver.
I just switched to using the MySQL Connector/NET, but that had an error on startup (I think it was b/c it couldn't find a file)
I hear that Oledb has good compatibility, but I believe it will only work on a local database.
Is there a way to connect to MySQL that will work on 'most' PCs?