Just FYI, using ADODB will slow down the performance of your app. Any function calls cost against you and it all adds up.
If you remove it, then you remove functionality - so before you go and rip it out, check whether it's the bottleneck using xdebug.
I use an abstraction layer all the time and the benefits far outweigh the 'costs'.
-- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php