[PHP-DB] DB Error: no such table

2004-05-22 Thread Richard B. Pyne
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



Re: [PHP-DB] DB Error: no such table

2004-05-22 Thread Richard B. Pyne
(embarrassed and hiding) sorry for the trouble. It would help if 
I could spell things the same twice.  

--Richard

On 22 May 2004 at 11:35, Richard B. Pyne wrote:

 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
 
 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php