in reply to Re: WIN32::ODBC Returning to few rows...
in thread WIN32::ODBC Returning to few rows...
In your code you are only printing rows with $Data2{'name'} in it. If you want to return all rows, I guess you have to change 'name' into a variable pertaining to the column you want to count the row of.