Skip to Content.
Sympa Menu

freetds - mssql ntext format

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Kaeptn Weltall" <rl AT w4u.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: mssql ntext format
  • Date: Mon, 7 Jan 2002 09:22:06 -0500


i have the following problem when selecting a column of ntext
format from an mssql2k server:
the script simply stops executing.
eg

select ntextcol from tab

with ntextcol of format ntext sends no answer while

select cast(ntextcol as nvarchar(2048)) from tab

makes no trouble.
it makes no difference wether the "ntextcol"-field is empty or not.

webserver configuration:
- Linux porky.devel.redhat.com 2.4.5-7smp
#1 SMP Tue Jun 26 14:19:49 EDT 2001 i686 unknown
- Apache/1.3.20
- PHP Version 4.0.6
- freetds 0.53 with setting "tds version = 7.0".
text, ntext and binary are known to cause trouble with
rowsetproviders as ".. for xml" related to their intrinsic
realization as pointers to the real data.any suggestions?




Archive powered by MHonArc 2.6.24.

Top of Page