redistribution of jdbc driver?

A

Andreas Thiele

If I offer a Java application to the public, does anybody know if I may
're-distribute' jdbc drivers - perhaps depending on the manufacturer?

Andreas
 
R

Raymond DeCampo

Andreas said:
If I offer a Java application to the public, does anybody know if I may
're-distribute' jdbc drivers - perhaps depending on the manufacturer?

This of course depends on the supplier of the driver. E.g., MS does not
allow you to re-distribute their SQL Server JDBC driver, however the
customer may download it for free from MS.

Ray
 
A

Andreas Thiele

Raymond DeCampo said:
This of course depends on the supplier of the driver. E.g., MS does not
allow you to re-distribute their SQL Server JDBC driver, however the
customer may download it for free from MS.

Ray

Ray,

thanks for the hint.

It makes clear, I cannot create a 'convienience bundle of common jdbc
drivers' for my customers :((

This is what I already guessed.


Andreas
 
R

Rhino

Andreas Thiele said:
Ray,

thanks for the hint.

It makes clear, I cannot create a 'convienience bundle of common jdbc
drivers' for my customers :((

This is what I already guessed.
But you could provide a web page with links to the latest versions of each
driver. That's not as convenient of course but it might be "good enough".
 
A

Adam Maass

Andreas Thiele said:
If I offer a Java application to the public, does anybody know if I may
're-distribute' jdbc drivers - perhaps depending on the manufacturer?

This depends on the license attached to each JDBC driver. Oracle's license
on their JDBC drivers is pretty liberal. Most vendors' are. (They want you
to user their database, which they expect you [or your customers] to pay --
and pay -- and pay -- for.)
 
R

Roedy Green

It depends on the manufacturer. If the you are paying a royalty on
the database, the JDBC drivers are likely bundled as part of it. If
you bought them separately, likely no. If the database is free,
likely any bundled drivers are too.

I was updating the JDBC vendor table yesterday. One vendor, HXTT,
sells you the right to unlimited JDBC driver redistribution for $2500,
 

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