in reply to Re^2: Win32::ODBC results in hashin thread Win32::ODBC results in hash
my %hash = (); while ($connection->FetchRow()) { my %dataRow = $connection->DataHash(); $hash{ $dataRow{Client_ID} } = $dataRow{Contact_Information}; }; [download]