I need to open a connection to a MySQL database from a commerical distributed closed source program. I know that Ruby has rewritten the mysql driver in pure ruby and that PHP 5.3 also comes with its own non GPL driver.
But what is with C/C++? Is there any way to do this without risking my code becoming GPL infected?
I did my last research about two years ago. Has the Sun purchase changed anything on the license issue.