in reply to Re: Win32::ODBC results in hash
in thread Win32::ODBC results in hash
while ($connection->FetchRow()) { %dataRow = $connection->DataHash(); %hash( $key => $dataRow{Client_ID} ); };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::ODBC results in hash
by drodinthe559 (Monk) on Mar 22, 2010 at 20:40 UTC |