June 2002
Beginner
759 pages
80h 42m
English
MoreResults
Win32::ODBC->MoreResults([connection])
Reports whether there is data yet to be retrieved from the query. This can happen if the query was a multiple select:
"SELECT * FROM [foo] SELECT * FROM [bar]"
Returns 1 if there is
more data, undef
otherwise.