Hey there,
I've done some reading on the PEAR related infos but i couldnt find the answer to something i was wondering:
From my own experiences with database abstraction i know its difficult to abtract concepts like LOBs which are for example handled totally different in the PHP interface to oracle than in the mysql one.
How does PEAR deal with this without Metadata from config files for example?
How would it know that it need to spawn a LOB object and feed it with data than just placing the LOB content in the values list of the SQL?
Hows PEAR in regards of performance BTW?
thanks a lot