From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Server
PHP version:      4.3.0
PHP Bug Type:     ODBC related
Bug description:  odbc_fetch_object not defined

I am getting this error
PHP Fatal error:  Call to undefined function:  odbc_fetch_object()

The documentation says it is available in (PHP 4 >= 4.0.2)

This is the line of code
   $row = odbc_fetch_object($sql_result,$i);

Was this missed?

Charles Killmer
-- 
Edit bug report at http://bugs.php.net/?id=21247&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21247&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21247&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21247&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21247&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21247&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21247&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21247&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21247&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21247&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21247&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21247&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21247&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21247&r=isapi

Reply via email to