Joe's Jottings

Tagged: php-varcharmax

The sorry saga of varchar(Max) and ODBC in PHP

· odbc, php-varcharmax, sql-server-2005, software-development

A project I'm currently working on uses SQL Server 2005 with PHP, the database being accessed via PHP's ODBC library. I have to admit that I love my Stored Procedures, and rather than use 'inline' SQL…