There are two functions query and simpleQuery...query CAN return a DB_Result
object, simpleQuery returns a resource ID.  When you call fetchRow() with a
DB_Result, it fails because it expects simply a resource and doesn't check
for a DB_Result object.

It's a simple change to make this work.  Is there some magical and
mysterious reason this is so?

Chris Newbill
OneWest.net Inc.,
Programmer/Analyst

406.449.8056
[EMAIL PROTECTED]

/*
Windows crashed.
I am the Blue Screen of Death.
No one hears your screams.
*/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to