Skip to Content.
Sympa Menu

freetds - Re: [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: "Frank M. Kromann" <frank AT kromann.info>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Cc: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] unknown column type - FreeTDS 0.61 MS SQL Server 2000 SP 3 PHP 4.3.2
  • Date: Mon, 21 Jul 2003 08:34:48 -0700

Hi Stefan,

At This time there is no support in the PHP extension for data types not
available in SQL Server 6.x.

The extension was created with Microsofts version of DBLIB (not updated
since 6.x). As soon as I get the DBLIB from FreeTDS to work on Win32 I'll
start adding support for the new data types found in SQL Server 7.0 and
2000.

- Frank

> 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 mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>







Archive powered by MHonArc 2.6.24.

Top of Page