This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mySQL jdbc Connector/J compiled natively (at last!)


On Mon, 2003-02-10 at 03:26, Erik Poupaert wrote:
> Older versions of the driver (jdbc1) won't compile, because they do not
> satisfy the java.sql interface requirements in libgcj. I'm talking about
> tens of methods added to java.sql.ResultSet and other core interfaces since
> jdbc1. Newer versions of the driver, jdbc2 and jdbc3, won't compile, because
> they expect new interfaces to be present, not available in libgcj. 

libgcj is supposed to provide jdbc3 support.  I was able to build and
use the jdbc3 postgresql driver with little problem.  Others have the
Oracle jdbc driver working.  I suppose it's possible that libgcj doesn't
implement everything, and these two jdbc drivers aren't using the
missing peices.

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]