Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: error '80020009' Exception occurred with Recordset paging


Message #1 by "Jack" <jyao@a...> on Thu, 7 Mar 2002 04:40:42
Hi all

Just like to share my experience about this error "error '80020009' Exception 

occurred "  with everyone.



I have written search page and return results, as usual I use recordset paging 

[To be more precise, it is FOR ... NEXT ] to mange navigation. At the last 

page, I ended up having this error. After I made sure that EOF is true, and all 

other things, the error still happened.



Until I realised that I have  to exist FOR...NEXT when EOF is true, then the 

error was fixed.



Hope it will help people with similar experience.



Jack

  Return to Index