> Hey, I'm developing a brand-new PHP application and want to use a > generic interface instead of DBMS-specific function calls. Is > the PHP v4 DB class what I should start with, and can anyone point me to > a code example using it? Which class are you talking about? You can use ODBC (not recommended) or the two most popular PHP-script database abstraction classes are PEAR:DB and ADOdb. ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php