You probably have a syntax error in your SQL. To see why,
set:

$conn->debug = true;

Errors in your SQL will cause $rs = $conn->Execute($sql)
to return false to $rs, causing the problem.


John Asendorf <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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?
>
> Thanks,
>
> John
>
> ---------------------
> John Asendorf - [EMAIL PROTECTED]
> Web Applications Developer
> http://www.lcounty.com - NEW FEATURES ADDED DAILY!
> Licking County, Ohio, USA
> 740-349-3631
> Nullum magnum ingenium sine mixtura dementiae fuit
>



-- 
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]

Reply via email to