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
Is there currently any way to retrieve Unicode data from SQL Server?
I'm working with SQL Server Express 2005, on a database that's been
restored from an old SQL Server 2000 database. I'm writing a PHP script
that imports data from the MSSQL database, processes it, and adds it to
a MySQL database