Hi,
> How do I succesfully preserve the column order (''$fields'=>
> $joined_col') in my array-of-hashes generated using DBIx::Recordset?
> When I run the code below, the column order doesn't differ at all from
> when I don't 'tie' the %main::set hash.

I don't expect Tie::IxHash to work in the context, because the %set is
already tied to a DBIx::Recordset::Row class. Use the $set -> Fields method
to retrieve the field names in the correct order

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



Reply via email to