Hi.

I've been getting the following error:
Warning: Supplied argument is not a valid PostgreSQL
result resource in dbasefunctions.php on line 87

The error occurs in the following function:

function dbFetchRow($result,$num) {
        global $wireddb_h;

        $r = pg_fetch_row($result,$num);   // line 87

        if(!$r) {} // Error checking etc.

        return($r);
}

Can anyone explain why this happens?

--jaa

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP General 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