Skip to Content.
Sympa Menu

freetds - Re: Simple freetds_jdbc CVS question, I hope!

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Martin Welch <martin.welch AT CODA.com>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Simple freetds_jdbc CVS question, I hope!
  • Date: Wed, 5 Sep 2001 09:36:16 +0100

Title: RE: [freetds] Re: Simple freetds_jdbc CVS question, I hope!

Thanks for your help Curt.

>>What is it about PreparedStatement that you want to add?

Good question! I've written a simple framework of classes that I developed using Oracle which uses PreparedStatements and, as an experiment, I switched the driver to freetds_jdbc which failed with a not implemented exception. So my plan was to fish about in the code to find out what had not been implemented and see if it was feasible to implement it.

>>When you use the -d option to javac (or jikes), it will put the
>>.class file into the "right" place.

Ahh. I learn something new every day :)

>>Some of us have forked the code off as "jTDS",
>>which is available at SourceForge.

Right. I'll go look there.

Cheers!

Martin

-----Original Message-----
From: Curt Hagenlocher [mailto:curt AT hagenlocher.org]
Sent: 05 September 2001 00:38
To: TDS Development Group
Subject: [freetds] Re: Simple freetds_jdbc CVS question, I hope!


> I've just successfully checked out freetds_jdbc since I'm curious
> about how easy/hard it would be to add PreparedStatement support.

What is it about PreparedStatement that you want to add?

> However, everything checked out to a single directory rather than
> com\internetcds\jdbc\tds, com\internetcds\util etc.
> Could anyone shed light on this?

You have not made a mistake.  That is how the code is formatted.
When you use the -d option to javac (or jikes), it will put the
.class file into the "right" place.  A Makefile is currently being
used to build the project.  Several people have supplied build.xml
(for Ant), but none has made its way into the FreeTDS source.

For that matter, development on the Java version of FreeTDS is
effectively dead.  Some of us have forked the code off as "jTDS",
which is available at SourceForge.  There hasn't been much
movement yet, but I've almost gotten my changes integrated into
this version.  And it's already got a JBuilder project file.

--
Curt Hagenlocher
curt AT hagenlocher.org

---
You are currently subscribed to freetds as: [martin.welch AT CODA.com]
To unsubscribe, forward this message to $subst('Email.Unsub')




Archive powered by MHonArc 2.6.24.

Top of Page