I'd like to be able to use a particular result set (ODBC) more than once. I found an older message that suggests this method for a MySQL db:
mysql_data_seek($extra_result,0);
But obviously that's MySQL, and I need to do the same thing with ODBC.
Any suggestions? (Other than 'switch to mysql' 😉 ) Thanks!