-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi Steve
This is probably a problem with the JDBC 2.0 which is built_in into Java 2 (aka JDK
1.2).
I personally don't know any JDBC driver which supports JDBC 2.0 yet.
They are all JDBC 1.1 compliant.
So you have to get an JDK 1.1.x (with built-in JDBC 1.1) to compile this driver, but
you can use it then with Java 2, as long as you don't use any JDBC 2.0 methods.
Tschau
Christian
Steve Sherwood wrote:
>
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Tried this. It looks good from the docs, however it is
> distributed uncompiled, and doesn't seem to compile with
> JDK 1.2.2. Keeps on complaining about classes with
> undefined functions need to be defined as abstract.
>
> Steve
>
> On Fri, 30 Jul 1999 18:47:45 -0300, Rog‚rio Meneguelli Gatto wrote:
>
> >-----------------------------
> >Please read the FAQ!
> ><http://java.apache.org/faq/>
> >-----------------------------
> >
> >Pier,
> >
> >Take a look at this free TDS driver, that claims to access both Sybase
> & MS SQL. I've never tested it...
> >
> > http://metalab.unc.edu/freetds/
> >
> >[]'s
> >Rog‚rio Gatto
> >
> >Pierpaolo Fumagalli wrote:
> >> Is there something that uses DIRECTLY the M$ SQL Server w/o passing
> thru
> >> ODBC?
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]