TDS Version compatibility with Sql Server 2000

From: Richard A. Lowe (chadich_at_yahoo.com)
Date: 02/25/04


Date: 25 Feb 2004 13:43:43 -0800

Hi - Java newbie here, so mea culpa if this is not an appropriate
question for this group.

I inherited some older Java code (built in JBuilder4) and I keep
getting this exception update calling refresh() on a QueryDataSet:
[TDS Driver]Error in the TDS datastream: data greater than block(0)

I Googled the possible answer that SQL Server's TDS version may not be
compatible with the one I'm running. First question: is this a valid
hypothesis or what else should I focus on checking out? Second, how
do check the version of the TDS library I'm using and how do I look up
that it is or isn't compatible?

Many TIA
Richard