in reply to having trouble w/ Win32::ODBC's MoreResults
SELECT getdate() AS starttime; SELECT 1 AS a, 2 AS b; SELECT getdate() AS endtime; [download]