MyODBC levert het RecordCount-kenmerk niet correct.
Re:Probleem met RecordCount met ASP &MySQL
Dus als u de RecordCount echt nodig hebt, stelt u CursorLocation Property in op adUseClient. Zo niet, herhaal dan de RecordSet als volgt:
Do While Not rs.EOF
'...do your magic
rs.MoveNext
Loop