Jump to content


ASP database help


2 replies to this topic

#1 ProjectWhat

    Young Padawan

  • Members
  • Pip
  • 75 posts

Posted 13 November 2006 - 08:19 PM

I am trying to install MegaBBS (a forum system) on my ASP server.
It tells me this:

Quote

The connection to the database (constants.asp) appears to be functional, however you need to upgrade your database before the system is fully operational.
but when i click next it gives me this error:

Quote

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[MySQL][ODBC 3.51 Driver][mysqld-4.0.27-max-log]Table 'daw4evr.members' doesn't exist

/forums/admin/database-upgrade.asp, line 63

What is this supposed to mean? And how do I fix it?

#2 Demonslay

    P2L Jedi

  • Members
  • PipPipPip
  • 970 posts
  • Gender:Male
  • Location:A strange world where water falls out of the sky... for no reason.
  • Interests:Graphic Design, Coding, Splinter Cell, Cats

Posted 13 November 2006 - 08:45 PM

The script is trying to update a database table that does not exist. I'm surprised it doesn't have some kind of error-handling to try to create the table if it doesn't exist...

Check line 63 of '/forums/admin/database-upgrade.asp' and see if you already have a table similar to what it is trying to update, and either create it, modify it, or contact the help forums to find out why thier software is not handling the upgrade smoothly.

#3 ProjectWhat

    Young Padawan

  • Members
  • Pip
  • 75 posts

Posted 13 November 2006 - 11:05 PM

<edit> i added the table in but it now gives me this error:

Quote

Please wait until the entire script is finished. Do not leave this page.

Checking for presence of [categories].[locked]...

ADODB.Connection error '800a0cb3'

Object or provider is not capable of performing requested operation.

/forums/admin/database-upgrade.asp, line 293

Edited by ProjectWhat, 13 November 2006 - 11:39 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users