in reply to Re^2: Win32::ODBC results in hash
in thread Win32::ODBC results in hash

I finally got it to work. Thanks for your help.
my %hash = (); while ($connection->FetchRow()) { my %dataRow = $connection->DataHash(); $hash{ $dataRow{Client_ID} } = $dataRow{Contact_Information}; };