[PHP-DB] Re: Problem with odbc_next_result

2001-09-12 Thread Daniel Bennett
Michael - could seem to reply to your email address... here's the code where $res is a valid result_id (I've tested it without the odbc_next_result): do { while ($odbc_get_into($res,$row)) { print $row[0]br; } } while ($odbc_next_result($res)); Seems to crash on the first call

[PHP-DB] Re: Problem with odbc_next_result

2001-09-12 Thread Daniel Bennett
PS - Ignore the $'s in front of odbc - typo! Daniel Bennett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Michael - could seem to reply to your email address... here's the code where $res is a valid result_id (I've tested it without the odbc_next_result):

RE: [PHP-DB] Re: Problem with odbc_next_result

2001-09-12 Thread Andrew Hill
of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Daniel Bennett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Problem