http://qs1969.pair.com?node_id=220904


in reply to Win32::ODBC Multiple Queries

I would suggest not opening your second database connection from inside the while() loop.

Also, if your end goal is to get the results for multiple queries I'd suggest looking into SQL syntax, specifically join's.

-Nitrox