Re: [PHP] Large binary objects in MySQL - problem

2011-02-22 Thread Tommy Pham
On Tue, Feb 22, 2011 at 1:07 PM, Florin Jurcovici wrote: > Hi. > > I use PDO and have written myself a class to abstract the database a bit. > > It has a method for querying the database specifically for large > objects, like this: > >                $connection = $this->getConnection();   // what

[PHP] Large binary objects in MySQL - problem

2011-02-22 Thread Florin Jurcovici
Hi. I use PDO and have written myself a class to abstract the database a bit. It has a method for querying the database specifically for large objects, like this: $connection = $this->getConnection(); // what's returned is a PDOStatement, and a transaction is already started