ASP connecting with MySQL throws the following error:
ADODB.Field error ‘800a0bcd’
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
Based on the error returned it sounds like an empty recordset however it wasn’t. I wasted a lot of time debugging when in fact the problem was the MySQL ODBC driver. If you see a similar error be sure to update the driver to the latest version (3.51.27.00)