I am experiencing a strange problem whilw using DB.php. I am getting the "no such table" error from my php script, but I can echo the sql statement to the browser and copy & paste it into psql and it works fine. At first I thought maybe I wasn't connecting to the DB, but I am not getting any error returned from the $db = DB::connect($dsn); Any help troubleshooting will be greatly appreciated. --Richard -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php