Jump to content

further forum fun


Callipygous

Recommended Posts

my buddy picked yet another forum to try and use on our website. we got it installed but when we try to go to http://www.OURDOMAIN.com/forum(not our actual domain name, the link takes you elsewhere) it gives this :

 

 

 

Home | Profile | Register | Active Topics | Members | Search | FAQ

 

ADODB.Field error '800a0bcd'

 

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

 

/forum/default.asp, line 91

 

 

 

with the top line being buttons which actually do work for the most part. if you go to register and fill out the form it gives this:

 

 

Home | Profile | Register | Active Topics | Members | Search | FAQ

 

 

Microsoft JET Database Engine error '80004005'

 

Operation must use an updateable query.

 

/forum/register.asp, line 568

 

 

any help? ive been googling the error messages, but i cant make sense of any of the stuff they talk about.

Link to comment
Share on other sites

  • 3 weeks later...

the first error probably means the field it is requesting isn't found in the record set you are getting, or that what you are searching for wasn't found and you decided to use it anyway - it is difficult to tell without seeing the SQL and dB structure.

 

the second could be a couple things. if you are using IIS (not sure if apache is the same way), then the user IIS is running under does not have permissions to update the dB, the database is *locked* (the file it is using is marked exclusive), you are not closing your dB connections and the allowable connections has been reached

 

information about the second was obtained from : http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306269

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.