I´ve got the following error at the "Resources.asp" after installing a clean forum and then installing the portal after that ---------------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'Site_Cats'. Make sure it exists and that its name is spelled correctly.
/board/Forum/include/displaynavigation.asp, line 22 ---------------------------------------------------------------
Is it becaurse of my database (acces) - line 22 goes like this:
"Set objRec2 = my_Conn.Execute (strSQL)"
What would be the right code to fit into this line ?
When I call "Resources.asp" the navigation bar and the left picture is produced fine, but below that I get the error message printed above.
Please somebody help a newbie before he goes balistic!
...I think - I´m convinsed that it have something to do with my db setings becaurse I just tryed it out with the linksmaneger and got the same error - an error pointing to the the string:
I have tryded to update my db in all kind of ways but the nessery table´s are not created, and all my error´s are related to:
my_Conn.Execute(strSql)
This is how I have the settings in config.asp -------------------------------------------- '################################################################################# '## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql) '################################################################################# strDBType = "access" strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=g:\activewebroot\00258\w00258081\cgi-bin\lovely\snitz_forums_2000.mdb"
You have tried the whereami program that you can download from the Snitz main page? Unless your path is wrong I don't see a problem. If the mdb file was outside your web I'd suggest a look at permissions.