-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Jon Smirl wrote:
>
> Go download JConnect, the Sybase JDBC driver from
> http://www.sybase.com/products/internet/jconnect/ It's a free download. Now
> you don't have to use the buggy JDBC bridge and you don't have to bother
> with DSNs. It's a lot faster too.
>
> An error code return of 100 is the normal ODBC error for fetching the end of
> a result set. But forget about ODBC and just use the Sybase JDBC driver.
>
The download may be free, but you only get to use it for 30 days.
I have been having decent luck with freetds's jdbc driver (an open
source analog to jconnect for talking with sybase/ms sql server).
Either is better than using odbc drivers.
freetds can be found at:
http://metalab.unc.edu/freetds
Just my $0.02.
--
Pat O'Neil - [EMAIL PROTECTED]
"Linux, where you want to BE, when Windows(tm) tells you where to GO!
--
--------------------------------------------------------------
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]