Slides: PDO
updated 24th June 2008 @ 22:50 EDT
[I've just noticed that the omniti.com re-design broke the various links from my blog to the slides I had been storing there. So I'm trying out slideshare; I'll be revisiting the slides I've given in the past and blogging one entry per presentation]
Here are the extended slides from my PDO talk. When I first put this talk together it was for a long hour slot, but conference sessions started to diminish in length and I had to pull out certain slides to avoid running over every time.
| View
Just in case slideshare vanishes, the PDF version is also available: PDO
Would you like to work
with me?
I have positions open for server/infrastructure software development (C) and QA.

PDO and Lobs
Hi,
I'm using PDO with Oracle, and I have a question about LOBS. In the documentation, we always find this example : "select contenttype, imagedata from images where id=?", with only one row in the resultset.
But the same query without the where clause crashes my Apache when I try to fetch the second row (PHP 5.2.6 / Apache 2.2.8 / Win XP).
I know it's not a good place to submit a bug, but I hope it's not a bug...
Thanks for your help.