Re: [PHP] Return ODBC Results to an array

2001-02-13 Thread Ifrim Sorin
You can use mysql_fetch_array() for each row returned in the cursor. Sorin Ifrim - Original Message - From: Karl J. Stubsjoen [EMAIL PROTECTED] To: PHP Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 7:32 PM Subject: [PHP] Return ODBC Results to an array Is there a

Re: [PHP] Return ODBC Results to an array

2001-02-13 Thread Ifrim Sorin
For ODBC, the function is odbc_fetch_into(). Sorin Ifrim - Original Message - From: Karl J. Stubsjoen [EMAIL PROTECTED] To: PHP Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 7:32 PM Subject: [PHP] Return ODBC Results to an array Is there a way to return the results

RE: [PHP] Return ODBC Results to an array

2001-02-13 Thread Andrew Hill
Karl, http://www.php.net/manual/en/function.odbc-fetch-into.php Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com -Original Message- From: Karl J.