It is a bit easier and more powerful if you instead use CSS styles within the form argument"
odbc_result_all($res1, 'name="datatable" id="datatable"');
![]() | odbc_result_allDescriptionint odbc_result_all ( resource result_id [, string format] )Returns the number of rows in the result or FALSE on error. odbc_result_all() will print all rows from a result identifier produced by odbc_exec(). The result is printed in HTML table format. With the optional string argument format, additional overall table formatting can be done. ![]()
php dot net at jeffntom dot com
10-Dec-2005 01:41
It is a bit easier and more powerful if you instead use CSS styles within the form argument"
ZAPtheZAPs dot schulze dot zap at zap dot telstra dot com
02-May-2004 05:12
a revised version marius' code that works with Memo fields. (also returns rather than prints strings)
marius at stones dot com
25-Jun-2003 01:21
I've written this little function that functions simirarly to odbc_result_all, but works with MySQL:
cchristianed at netzero dot net
03-Apr-2003 02:31
About the $result reseting array instead of using:
sanjay dot ghimire at kpmg-infodesign dot com
04-Dec-2002 07:47
I wrote a small function slightly similiar to odbc_record_all, but there you can use format for both table and rows separately, which is not by odbc_record_all. hope it will be useful some how.
hwaarl at ctp dot com
27-Jan-2001 01:43
Being a bit more helpful, I did get to see all rows by using the function rather than just the method call.
rabbott at calstatela dot edu
16-Aug-2000 08:46
odbc_result_all($result) cycles through
martin dot vgagern at gmx dot net
26-Mar-2000 05:49
As some people stated in the ODBC overview, some buggy drivers always return the number of rows to be -1. AFAIK the only way to help this situation is to count the rows by calls to odbc_fetch_into or odbc_fetch_row and then build the table yourself.
Cwhite1000 at yahoo dot com
23-Apr-1999 08:39
Here is an example of how to use the form argument"
| ![]() |