Date: 07/31/01
- Next message: sniper <email protected>: "[PHP-DEV] Bug #12488 Updated: Configure fails when using --with-mysql=mysql_dir"
- Previous message: Sterling Hughes: "Re: [PHP-DEV] Latest CVS sablot error"
- Next in thread: huevo <email protected>: "[PHP-DEV] Bug #12492 Updated: odbc_result fails accessing memo fields multiple times"
- Reply: huevo <email protected>: "[PHP-DEV] Bug #12492 Updated: odbc_result fails accessing memo fields multiple times"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: huevo <email protected>
Operating system: Win NT
PHP version: 4.0.6
PHP Bug Type: ODBC related
Bug description: odbc_result fails accessing memo fields by number
If I access a memo field (Access 2000) by name:
$temp = odbc_result($result,'Description');
I get the expected result, a string value.
If I access the field by number:
for ($i=1; $i<=odbc_num_fields($result); $i++)
if (odbc_field_type($result,$i) == 'LONGCHAR')
$temp = odbc_result($result,$i);
odbc_result fails, returning false.
-- Edit bug report at: http://bugs.php.net/?id=12492&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sniper <email protected>: "[PHP-DEV] Bug #12488 Updated: Configure fails when using --with-mysql=mysql_dir"
- Previous message: Sterling Hughes: "Re: [PHP-DEV] Latest CVS sablot error"
- Next in thread: huevo <email protected>: "[PHP-DEV] Bug #12492 Updated: odbc_result fails accessing memo fields multiple times"
- Reply: huevo <email protected>: "[PHP-DEV] Bug #12492 Updated: odbc_result fails accessing memo fields multiple times"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

