JDBC driver for MySQL without gpr?

T

TDOR

Is there any jdbc driver for mysql that dont require
the program that uses the driver to be gpl or some other
open source license?
 
J

John Currier

That's an interesting question that leads to other questions related to
the insestuous nature of the GPL philosophy.

If a program uses MySQL does the program have to be GPL? Does it
matter if the driver is GPL or not?

If a program provides a pluggable driver interface (like my LGPL-based
SchemaSpy) and people run it with a GPL-based driver does the program
have to be GPL? Sounds ludicrous, but....

John
http://schemaspy.sourceforge.net
 
F

Frank

TDOR said:
Is there any jdbc driver for mysql that dont require
the program that uses the driver to be gpl or some other
open source license?

Ever heard of PostgreSQL, Firebird or Ingres?
Or perhaps HSQLDB, Apache Derby (Cloudscape) or McKoi?
 
S

Scott Ellsworth

Ever heard of PostgreSQL, Firebird or Ingres?
Or perhaps HSQLDB, Apache Derby (Cloudscape) or McKoi?

Doesn't answer his question. He may well have to access mysql.

Unfortunately, I have no better answer - the mysql drivers are the only
ones I know of, and they require either GPL code, a commercial license,
or your program to link to them, rather than embed them. (If they are
not lgpl, then that last does not apply. Our code is GPL, so I have not
checked lately.)

Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top