On Sep 8, 2004, at 19:39, Kelley, Peter wrote:
> After upgrading, accessing MSSQL Server from PHP, the connection
> settings
> changed. Specifically ansi_nulls and ansi_warnings were no longer set.
Are you perhaps using a different TDS protocol version in your
freetds.conf file this time?
Try mssql_query('SET ANSI_NULLS ON', $conn);
--
fds