Reply to Re: php accessing MS-SQL Server on windows
Posted by Chung Leong on 09/28/05 20:51
Don't use ADO COM--it leaks memory when used in PHP. The mssql_*
functions have the problem of truncating varchars longer than 255
characters (need to cast them to text type first), but work fine
otherwise.