Skip to Content.
Sympa Menu

freetds - Does FreeTDS run against Sybase 10?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: cts AT internetcds.com
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Does FreeTDS run against Sybase 10?
  • Date: Wed, 25 Aug 1999 21:14:14 -0600 (MDT)



I haven't had much access to Sybase machines in the past so the sybase
support lags behind SQLServer support but it has at least minimal
functionality.

When you connect to a Sybase server you will want to use a URL of the
form
jdbc:freetds:sybase://servername/database
or
jdbc:freetds:sybase://servername:port/database

You can test it out by modifying the unittest/Common.java to use the
appropriate URL and doing 'make sybtests' from the top level directory.



Jim Wright writes:
> I edited the freetds source to include stubs of all JDK1.2 functions, and
> it compiled ok under JDK1.2.
>
> When I try to connect to a Sybase System 10 database running on AIX, using
> code like this:
[...]

--
=======================================================================
Life is short. | Craig Spannring
Bike hard, ski fast. | Craig.Spannring AT aedinc.net
--------------------------------+------------------------------------
Any sufficiently horrible technology is indistinguishable from Perl.
=======================================================================





Archive powered by MHonArc 2.6.24.

Top of Page