Possible Duplicate:
Can Someone Explain MySQL's License and What it Means to Closed Source Development?
I know of an application that is closed source but can connect to a MySQL database. I know that MySQL has commercial licensing and a FOSS exception, but I was curious about this case. The program is free-as-in-beer but not as-in-speech nor is the source available. The program itself isn't distributed with a MySQL server process itself but does have the ability to connect to MySQL. Is this a legitimate distribution?
I ask because I'm curious, but also because a friend recently approach me on how to access a SQL database in a closed source proprietary program. Would said friend need a commercial license, or is there some other way to do it? Excuse my ignorance!