[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
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
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