Skip to Content.
Sympa Menu

freetds - Re: JDBC driver: ntext data cannot be sent...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stefan Bodewig <bodewig AT bost.de>
  • To: <freetds AT franklin.oit.unc.edu>
  • Subject: Re: JDBC driver: ntext data cannot be sent...
  • Date: 04 Sep 2000 09:24:35 +0200


>>>>> "SL" == Stephanie Lewis <slewis AT thinweb.com> writes:

SL> java.sql.SQLException: ntext data cannot be sent to
SL> clients using DB-Library(such as ISQL) or ODBC earlier than 3.7or
SL> earlier.

SL> In Tds.java I changed the line:

No, don't do this, the value will be overwritten later (and 4.2 is the
default, that's why you don't see any effect.

The correct way (and this should go into the README) is to append
;tds=7.0 to your JDBC URL.

so use jdbc:freetds:sqlserver://server:port/database;tds=7.0 to enable
SQL Server 7 support.

Stefan



  • Re: JDBC driver: ntext data cannot be sent..., Stefan Bodewig, 09/04/2000

Archive powered by MHonArc 2.6.24.

Top of Page