Skip to Content.
Sympa Menu

freetds - Re: Should I use FreeTDS JDBC Driver?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Emmanuel Blot" <eblot AT jijia12.grenoble.hp.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Should I use FreeTDS JDBC Driver?
  • Date: Wed, 19 Jul 2000 18:16:59 +0200


AFAIK, SQL Server 7 limits the varchar type up to 8000 chars.
If you want to use longer text string, you may have to use 'ntext' type that
may lead to more complicated code (ntext is an awful
type, with strong restrictions)

Emmanuel.

----- Original Message -----
From: "Stefan Hauth" <stefan.hauth AT aon.at>
To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
Sent: Wednesday, July 19, 2000 11:54 AM
Subject: [freetds] Should I use FreeTDS JDBC Driver?


> Sounds like a silly question, but I want to make some things clear
> before I go thru the procedure of adapting my application.
>
> I'm currently writing an application, which makes heavy use of
> long strings. I'm using MS SQL Sever 7 and I go up to the limits
> of its text fields ( somewhat about 8000 chars). Is this a problem
> for FreeTDS JDBC? Is the JDBC Driver currently supporting TDS 7.0?
>
> I'm now using the JDBC-ODBC bridge, but since it's not thread safe,
> I produced a lot of deadlocks in the past. Can this be avoided by
> FreeTDS?
>
> Thanks in advance
>
> stefan
>
> ---
> You are currently subscribed to freetds as: eblot AT sablet.grenoble.hp.com
> To unsubscribe, forward this message to $subst('Email.Unsub')
>





Archive powered by MHonArc 2.6.24.

Top of Page