View Single Post
  #1 (permalink)  
Old 10-05-06, 05:42 AM
peasoup peasoup is offline
New Member
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Operation is not allowed when the object is closed. Problem

Hi all,
I've had a look throught he forum and i can't find what im looking for. I'm pritty new to ASP and I'm trying to get a site to work and ive hit a brick wall.
When ever i try to login to the site i get this error.

Code:
ADODB.Recordset error '800a0e78'

Operation is not allowed when the object is closed.

/tti/Login/Login_.asp, line 53
this is line 53

Code:
If rsUD.EOF and rsUD.BOF then Server.Transfer("Login.asp")
I assume its not connecting to the Database properly?

im at a bit of a loss if any one could help it would be greatly appreciated.
Reply With Quote