S_Shrum has asked for the wisdom of the Perl Monks concerning the following question:
I am using the DBI to return back the results of a flat-file database (via the AnyData DBD).
One thing I would like to be able to do is allow for record #s AS PART OF THE ARRAY after the query is run. The point is to make it optional.
Is there a way to create a row (position 0), insert the record number (row number), and move everything over (the query results), keeping in mind that the column heading array will also need to be changed as well with a 'Record #' field.
If this sounds confusing, let me know and I will try to be more specific.
TIA
Sean Shrum
sean@shrum.net
sean_shrum@hotmail.com
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Want to add a ROW # field to an pre-existing array
by dvergin (Monsignor) on Feb 04, 2002 at 07:44 UTC | |
|
Re: Want to add a ROW # field to an pre-existing array
by Biker (Priest) on Feb 04, 2002 at 11:08 UTC | |
|
Re: Want to add a ROW # field to an pre-existing array
by screamingeagle (Curate) on Feb 04, 2002 at 06:57 UTC |