[ic] Array from database

Kaare Rasmussen kar@webline.dk
Tue, 19 Dec 2000 18:47:58 +0100


I'd like to fill an array with the values of my order lines. After messing 
around for some time, I'm in doubt.

Seems to be best to do in perl. But all options seem a bit flawed, so which 
is best?
- $tag->data can only handle one row (??)
- %db may be better, but the key has to be named "code" (??)
- %sql gives you all the power, but is more complex.
- More?

I didn't yet look into how to use an array later. Any hints? Can I use it in 
a [loop] or [list] ??

Thanks in advance