News Feed
Jobs Feed
Sections




News Archive
Wez Furlong's Blog:
Using PDO MySQL?
April 24, 2006 @ 07:03:01

In this new post from Wez Furlong, he looks ar some of the things that the native MySQL client library does (the silly things) and recommends an alternative with the PDO libraries.

I've recently discovered a few things about how the mysql client library does things that seem a bit silly to me, so I'm going to share them with you.

Among the things he mentions functionality (dealing with prepared statements) like "native prepared statements cannot take advantage of the query cache" and "native prepared statements cannot execute certain types of queries". The gives a simple line of code to make the database functionality (in PHP 5.1.3 and later) use the native PDO query parser to be loaded versus the one for the standard MySQL client libraries.

0 comments voice your opinion now!
mysql pdo prepared statements client library mysql pdo prepared statements client library


blog comments powered by Disqus

Similar Posts

Ryan Malesevich's Blog: iTunes Stats for Macintosh with PHP & MySQL Part 1

Script-Tutorials.com: Autocomplete with PHP, jQuery, MySQL and XML

Sebastian Begmann's Blog: Partitioning with Dates in MySQL 5.1

PHPit.net: Taking a first look at the AutoCRUD for PHP library

ThinkPHP Blog: LAMP App Monitoring


Community Events











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


object framework development application opinion release example introduction functional interview unittest language phpunit zendframework2 podcast testing community tool code series

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