note 10920 deleted from function.odbc-result-all by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: hwaarl at ctp dot com ---- Being a bit more helpful, I did get to see all rows by using the function rather than just the method call. Doesn't work: odbc_result_all($res) Does work: $nr = odbc_result_all($res)