hi,
I want a litle more extended sytax for selectall_hashref(), or if u can tell
me how the achieve this :
my $Query = qq{SELECT field1, field2, field3};
my $res = $dbh->selectall_hashref($Query, {field1=>1, field2=>1}, %attr)
so as a result i get the following HoH :
$$res{field1}{field2} = $field3;
gotcha the two fields are used as a keys of hash-of-hash structure...Or more
genaraly the ability for more than one fields content to be used as KEYS ...
Thanx in advance...
=====
iVAN
[EMAIL PROTECTED]
=====