Skip to Content.
Sympa Menu

freetds - Re: Trying to get started

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Mark MacRae <MarkM AT relais-intl.com>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Trying to get started
  • Date: Mon, 19 Jun 2000 11:01:45 -0400


After asking the support guy why I couldn't telnet in, he realized that we
don't have TCP/IP enabled on SQL Server (for security reasons he says).
After setting up a test database with it enabled, I got connected.
Thanks guys - hopefully you won't hear from me again soon :)
mark

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig AT bost.de]
Sent: Monday, June 19, 2000 10:40 AM
To: TDS Development Group
Subject: [freetds] Re: Trying to get started


>>>>> "MM" == Mark MacRae <MarkM AT relais-intl.com> writes:

MM> sorry that should have said : ResultSet_helper_2_0.java

yup, well known bug, that needs to be fixed in CVS. Change "implements
java.sql.ResultSet" to "extends java.sql.ResultSet".

On the other hand, this helper class is only there to prevent circular
references from causing problems in the Makefile, it isn't used
anywhere so if ResultSet_2_0.class exists, this shouldn't be a problem
at all.

I don't actually know whether this can cause havoc to your server, but
maybe your support guy can watch the machine while you try to telnet
to port 1433 of the server.

If your telnet connection gets refused, than you have to search for
the problem outside of the driver. Otherwise we might want to take the
search for the problem of this list and come back when we've found a
solution.

Stefan

---
You are currently subscribed to freetds as: MarkM AT relais-intl.com
To unsubscribe, forward this message to
$subst('Email.Unsub')




Archive powered by MHonArc 2.6.24.

Top of Page