classic asp :error '800a0bcd' load page -


i have problem loading page have similar error message lot here on site same time each line different problem message is:

either bof or eof true, or current record has been deleted. requested operation requires current record: line 60 attaches line.

line 60:

selectedcategoryid = rscategories("categoryid") 

before using recordset data, perform check if recordset not eof e.g.

if not rscategories.eof  selectedcategoryid = rscategories("categoryid") end if 

Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -