News Feed
Jobs Feed
Sections




News Archive
Brian Swan's Blog:
SQL Server Driver for PHP Connection Options CharacterSet
February 28, 2011 @ 12:15:33

Brian Swan has posted another in his series looking at connection options for the SQL Server driver for PHP. In his latest he looks at the "CharacterSet" setting, an easy way to define which encoding the remote database is using.

One thing that helped me understand the CharacterSet option was to realize that its name is a bit misleading (although it seems to be inline with other uses of CharacterSet or charset). It is used to specify the encoding of data that is being sent to the server, not the character set. With that in mind, the possible values for the option begin to make sense: SQLSRV_ENC_CHAR, SQLSRV_ENC_BINARY, and UTF-8.

He looks at each of these three options in more detail - SQLSRV_ENC_CHAR being the default, SQLSRV_ENC_BINARY when binary data is needed and UTF-8 when, obviously, you need UTF-8 data transfer between the client and server.

0 comments voice your opinion now!
sqlserver connection option characterset encoding


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: UTF-8 Email in PHP with eZ Components

Internet Super Hero Blog: mysqlnd saves 40% memory, finally (new tuning options)!

ThinkPHP Blog: Who wants to connect PHP to SAP?

DevChix: Getting started with YUI's Connection Manager in Rails and PHP

JSLabs Blog: How to install Alternative PHP Cache


Community Events











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


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

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