Thread: To PDO or not?
View Single Post
Old 01-16-2010, 05:15 PM   #3 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

I looked into using PDO not too long ago for the Dingo Framework, but I quickly found that it did not meet my requirements.

In other words, I found that using PDO was not the right solution for what I was trying to do. Not saying PDO is bad, in fact it is quite good, but it is not a one-size fits all kind of deal. Like you said, PDO doesn't solve the issue of having to rewrite queries if you switch DBMS, which I believe is PDO's main failure.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote