Skip to Content.
Sympa Menu

freetds - Re: Free tds jdbc driver with Sybase ASA 6

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Bob Kline <bkline AT rksystems.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Free tds jdbc driver with Sybase ASA 6
  • Date: Fri, 11 Aug 2000 08:41:32 -0400 (EDT)


On Fri, 11 Aug 2000, Helen Dale wrote:

> I have been trying to connect to my ASA from a Java appli but get an SQL
> Exception. What am I doing wrong? Can any one help me please?
>
> This is what comes out
>
> DriverManager.getConnection("jdbc:freetds:sybase://orion/infodata")
> trying
> driver[className=com.internetcds.jdbc.tds.Driver,com.internetcds.jdbc.tds.Driver@23a34e94]
> java.sql.SQLException: Network error- Connection refused: no further
> information
> at ...

What happens if you try to telnet to the server from the machine you're
running the java application on using port 7100?

$ telnet orion 7100

--
Bob Kline
mailto:bkline AT rksystems.com
http://www.rksystems.com





Archive powered by MHonArc 2.6.24.

Top of Page