In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> I'm getting calls to an undefined function in ADODB called FieldCount but it
> doesn't seem to be in the adodb.inc.php
>
> Does anyone know where I can find it?
>
Line 1434 in adodb.inc.php:
function FieldCount() {return $this->_numOfFields;}
Then the _numFields function is defined
differently depending upon the DB you are using.
--
PHP Windows 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]