freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- 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 10:29:26 -0400
sorry that should have said : ResultSet_helper_2_0.java
-----Original Message-----
From: Mark MacRae [mailto:MarkM AT relais-intl.com]
Sent: Monday, June 19, 2000 10:28 AM
To: TDS Development Group
Subject: [freetds] Re: Trying to get started
Here are the results:
java.sql.SQLException: Network error- Connection refused: no further
information
at
com.internetcds.jdbc.tds.Constructors.newConnection(Constructors.java:304)
at com.internetcds.jdbc.tds.Driver.connect(Driver.java:257)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:177)
Now this looked like I had the connection information wrong. I asked our
support guy if for some reason SQLServer was listening on a port other than
default, and he said no.
I decided to "re-make" the entire driver again for fun, and this time
noticed that Result_Set_2_0.java doesn't get compiled because of some error
that I don't really understand: says '{ expected' and '} expected', but they
look fine to me.
-----Original Message-----
From: Stefan Bodewig [mailto:bodewig AT bost.de]
Sent: Monday, June 19, 2000 10:13 AM
To: TDS Development Group
Subject: [freetds] Re: Trying to get started
Hi Mark,
>>>>> "MM" == Mark MacRae <MarkM AT relais-intl.com> writes:
MM> I actually just added another else if to the section of
MM> Constructors.java to check for Java 1.3.
This should be sufficient.
Are you using a JIT? Sometimes the JIT masks other exceptions as
NullPointerExceptions which might be misleading.
Right at the end of Constructors.java you will find
catch (Throwable e)
{
System.err.println("Exception- " + e.getClass().getName());
throw new java.sql.SQLException(e.getMessage());
}
could you change this to
catch (Throwable e)
{
e.printStackTrace()
throw new java.sql.SQLException(e.getMessage());
}
end get back to us with whatever information is generated there?
The new Exception created unfortunately hides all the relevant
information.
Thank you
Stefan
---
You are currently subscribed to freetds as: MarkM AT relais-intl.com
To unsubscribe, forward this message to
$subst('Email.Unsub')
---
You are currently subscribed to freetds as: MarkM AT relais-intl.com
To unsubscribe, forward this message to
$subst('Email.Unsub')
-
Trying to get started,
Mark MacRae, 06/16/2000
- <Possible follow-up(s)>
- Re: Trying to get started, Bob Kline, 06/16/2000
- Re: Trying to get started, flexa, 06/17/2000
- Re: Trying to get started, Mark MacRae, 06/19/2000
- Re: Trying to get started, Stefan Bodewig, 06/19/2000
- Re: Trying to get started, Mark MacRae, 06/19/2000
- Re: Trying to get started, Mark MacRae, 06/19/2000
- Re: Trying to get started, Stefan Bodewig, 06/19/2000
- Re: Trying to get started, Mark MacRae, 06/19/2000
- Re: Trying to get started, Craig Spannring, 06/19/2000
- Re: Trying to get started, Bob Kline, 06/19/2000
- Re: Trying to get started, Bob Kline, 06/19/2000
- Re: Trying to get started, Edson Carlos Ericksson Richter, 06/20/2000
- Re: Trying to get started, Stefan Bodewig, 06/21/2000
Archive powered by MHonArc 2.6.24.