Hi everyone,
I want to put a counter on each result where appear on html. For example, after I exec a SQL command, it will returns 53 rows, and I want my result appear like the following in HTML.
53. result[1] <-- first result return from SQL
52. result[2]
51. result[3]
...
...
3. result[52]
2. result[53]
1. result[54] <-- last result return from SQL
I try DBCount, but it always return -1, anyone can help me please.
I want to put a counter on each result where appear on html. For example, after I exec a SQL command, it will returns 53 rows, and I want my result appear like the following in HTML.
53. result[1] <-- first result return from SQL
52. result[2]
51. result[3]
...
...
3. result[52]
2. result[53]
1. result[54] <-- last result return from SQL
I try DBCount, but it always return -1, anyone can help me please.