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

SitePoint.com: "Build Your Own Database Driven Web Site Using PHP & MySQL" Excerpts

Charles Rowe's Blog: The Four Major Benefits of MySQLi

Sameer Borate: Efficiently Replicating RETS data to MySQL

Brian Nelson's Blog: Reverse Proxy in PHP5, Rev2

Asvin Balloo's Blog: AJAX image cropper with YUI and PHP


Community Events









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


api language introduction tool phpunit community opinion interview podcast release composer object framework testing code zendframework2 example database unittest development

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