Skip to Content.
Sympa Menu

freetds - Re: TdsConfused error

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: TdsConfused error
  • Date: Mon, 21 Aug 2000 21:23:44 -0400 (EDT)


On Mon, 21 Aug 2000, Terrance Davis wrote:

> I'm trying to retrieve multiple ResultSets from a stored proc in MS SQL
> Server 7.0 but keep getting:

Where do we stand with the suggestion that it be made easier for users
to determine which version of the driver code they're running? It would
be so much more straightforward to address questions like this one if we
could just say something like, "Please add the following line to your
test code:
System.err.println("driver version: " + DriverVersion.getVersion());
and tell us the output from this statement."

Ideally, the output would contain the date/time of the most recently
modified source code file. This could be maintained manually, or maybe
even programatically. I'd be willing to write a little Java program
which created DriverVersion.java at build time (and mods for the
Makefile) if I got some indication that it would be added to the
distribution. This would assume the Java runtime was available at build
time, of course. That doesn't seem like an onerous burden to me.

Bob Kline





Archive powered by MHonArc 2.6.24.

Top of Page