dfmarco
Starting Member
1 Posts |
Posted - 05 July 2001 : 08:10:51
|
I did all the necessary configuration of the forum, bud when i lanch the site and go to the default.asp page i see en error message in the window on the left side and on the right side i see a empty black window, is this normal??? Or did i do something wrong??? I have to admit that i'm not so good in programming ASP bud this Forum in youre website is so great ( well done), thats why i wanna make use of it in to my website, bud i can't use it beccause of this error message. I don't know if this will be helpfull to search what the problem is, bud the error message is: 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 'FORUM_A_TOPICS'. Make sure it exists and that its name is spelled correctly.
/forum/default.asp, line 261
and in this line 261 of default.asp is wrote: set rsArchive = my_conn.execute (strSQL)
and the database connection string in the file config.asp is set to : strDBType = "access" strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/Forum/Tools/snitz_forums_2000.mdb") '## MS Access 97 using virtual path I hope that someone have all the necessary information to help me through this problem Best Regards, Marco ps: the server where i upload the site is not mine and it is en Windows NT that support asp,database,... and the directory of the database is read/write, maybe you need to know this? Thankx
|
|