News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
SqlSrv v2 and long field names
October 25, 2010 @ 13:03:59

In this latest post to his blog Rob Allen takes a look at a problem he had when installing a project that used SQL Server as its data source - it just didn't work.

A good proportion of the projects my company undertakes end up on Windows servers with IIS and SQL Server and hence we use the SqlSrv PHP extension from Microsoft. We don't host any of these projects ourselves and leave it up to the client's IT department. This is the main reason that we use a database abstraction layer, Zend_Db, in our case as we can swap the underlying database out with less hassle. A couple of weeks ago, I came across a problem when installing our app onto the client's server. It didn't work. This was a surprise as we have a few Windows Server VMWare installations on which we had tested and they had worked fine.

He ultimately boiled it down to an exception from the SQL Server - "String data, right truncation". As it turns out, with the version 2 of the sqlsrv driver, you can't have a field name longer than 30 characters. There's two obvious workarounds - shorten the field name or use a PDO interface. Since one doesn't exist (well, not formally) he created his own you can drop into your application if you have the need.

0 comments voice your opinion now!
sqlserver sqlsrv driver pdo exception zenddb


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: SqlSrv v2 and long field names

David Coallier's Blog: Zend_Db Without PDO part #3 (SVN Repository)?

Gonzalo Ayuso's Blog: Performance analysis using bind parameters with PDO and PHP

Chris Jones' Blog: Using PHP OCI8 with 32-bit PHP on Windows 64-bit

Matthew Turland's Blog: PHP 5.2 and SQL Server 2000 on Windows XP


Community Events











Don't see your event here?
Let us know!


usergroup release testing language zendframework2 google podcast interview database conference development framework symfony2 community phpunit rest introduction opinion series functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework