RE: DBI - selectall_arrayref Help!

2002-05-06 Thread Jason Frisvold
[mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: Re: DBI - selectall_arrayref Help! On Friday, May 3, 2002, at 12:39 PM, Jason Frisvold wrote: > Let's see if I can explain what I'm trying to do before I toss code > out... I have a d

Re: DBI - selectall_arrayref Help!

2002-05-04 Thread bob ackerman
On Friday, May 3, 2002, at 12:39 PM, Jason Frisvold wrote: > Let's see if I can explain what I'm trying to do before I toss code > out... I have a database with several columns of data. I want to fetch > all the pertinent info into a single array of arrays and then work on > each row of the d

DBI - selectall_arrayref Help!

2002-05-04 Thread Jason Frisvold
Let's see if I can explain what I'm trying to do before I toss code out... I have a database with several columns of data. I want to fetch all the pertinent info into a single array of arrays and then work on each row of the data individually. (I don't want to use fetch() because there's no tel