The sorry saga of varchar(Max) and ODBC in PHP
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…
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…