News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Some notes on SQL Server blobs with sqlsrv
November 22, 2010 @ 11:15:33

In this new post to his blog, Rob Allen has posted notes on some of his experience in working with blobs with SQL Server using UTF-8.

This turned out to be easy enough: Use ntext, nvarchar types in the database and add resources.db.params.driver_options.CharacterSet = "UTF-8" to your application.ini

He also includes some code to fix a problem he spotted with storing binary data into a varbinary field giving him an error about string translation. The fix came in the way of replacing the direct file_get_contents assignment to a variable over to a binding method that specified the data type as well.

0 comments voice your opinion now!
sqlserver binary data insert datatype varbinary


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: SQL Server Driver for PHP: Understanding Windows Authentication

DevShed: Handling File Data with the Facade Pattern in PHP 5

International PHP Magazine: IPM Poll Question: Which is your Favorite CMS written in PHP?

Davey Shafik's Blog: Avoiding EVAL()

Smashing Magazine: Keeping Web Users Safe By Sanitizing Input Data


Community Events











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


api code example release testing functional podcast composer tool framework language unittest community introduction opinion development conference zendframework2 interview series

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