Skip to Content.
Sympa Menu

freetds - [freetds] unknown column type - FreeTDS 0.61 MS SQL Server 2000 SP 3 PHP 4.3.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stefan Sonnenberg-Carstens <s.sonnenberg AT coolspot.de>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] unknown column type - FreeTDS 0.61 MS SQL Server 2000 SP 3 PHP 4.3.2
  • Date: Mon, 21 Jul 2003 16:24:36 +0200

As stated :
FreeTDS is installed this way :
./configure --prefix=/usr/local --with-tdsver=8.0
make
make install
ldconfig
PHP is installed this way :
./configure --prefix=/usr/local/php/4.3.2/ --with-mssql=/usr/local
--without-mysql
make
make install

My freetds.conf looks like this :

[global]
tds version = 8.0
initial block size = 512
swap broken dates = no
swap broken money = no
try server login = yes
try domain login = no
cross domain login = no
timeout = 30
connect timeout = 30
text size = 64512
[server]
host = x.x.x.x
port = 1433
tds version = 8.0

I can connect, query etc.
But in several tables we have a column of type "uniqueidentifier" or 36; PHP
barks about that every time.

Did I miss something ?

I installed on a RedHat 9 box,
Thx in advance,

Stefan Sonnenberg-Carstens




  • [freetds] unknown column type - FreeTDS 0.61 MS SQL Server 2000 SP 3 PHP 4.3.2, Stefan Sonnenberg-Carstens, 07/21/2003

Archive powered by MHonArc 2.6.24.

Top of Page