sage-
From: Frank M. Kromann [mailto:[EMAIL PROTECTED]
Sent: mardi 10 octobre 2006 1:37
To: Mike Matz
Cc: [EMAIL PROTECTED]; php-windows@lists.php.net
Subject: Re: [PHP-WIN] RE: SPAM-LOW: [PHP-WIN] Unicode data w/PDO DBLIB,
MSSQL
The mssql extension comes in two different versions on Win32 systems.
It is using ado instead of the old sql driver
From: "Mike Matz" <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2006 3:07 PM
To: [EMAIL PROTECTED]>, mailto:[EMAIL PROTECTED]
Sent: Monday, October 09, 2006 12:
The mssql extension comes in two different versions on Win32 systems.
php_mssql.dll and php_pdo_mssql.dll are compiled and linked with ntwdblib
from Microsoft
php_dblib.dll and php_pdo_dblib.dll are compiled and linked with FreeTDS.
The FreeTDS versions uses a more recent version of the protocol
Does ADOdb MSSQL driver solve this problem whereas the standard mssql_*
functions don't? I thought ADOdb was just an abstraction layer, but
perhaps there are some different mechanisms or settings it uses that
resolve the issue I'm having?
From: Aspen Olmsted [mai
I think I have reported the problem you are having with the
odbc and pdo and sql server under bug 38834.
http://bugs.php.net/bug.php?id=38834
It should up to me with large columns of text but my guess is the same.
As a temporary solution I am using adodb with sql server but ther