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.