| Author |
How to copy table data into an array
|
MaC Shank
Greenhorn
Joined: Nov 15, 2011
Posts: 1
|
|
Hi,
I want to copy the data in the table into an array. The table is a single column table with data being filled dynamically in the backend, so I don't know the no. of rows in the table nor the table row id;
yes but the data being filled is unique for each row.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
Welcome to the Ranch.
Would it not be better for the backend to create the array as it holds the data in the first place?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to copy table data into an array
|
|
|