Hi javajunkie_21,
You are encouraged to use PDO instead of DB / MDB2, since it has about the same functionalities, it's easier to install and setup, and it's guaranteed to be PHP6 compliant -- in fact PHP team is planning to have it the only way to connect DBMS in PHP6.
Anyway, as MDB2 is not a built-in PHP plugin, we cannot provide any support for it (or cannot guarantee it's worth anything). You should get your question answered on the MDB2 project's page : [
pear.php.net]
---
mega-squall