I have uploaded all the files to my server, used whereami.asp to find the path and changed the two lines in my config.asp file to the following:
strDBType = "access"
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/home/sites/site100/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
I have also updated the database to 2000 version. I then typed in www.asphut.com/forum/setup.asp and it redirected to default.asp and gave the above error message. Can anyone help?
Connection not open would mean that your webserver hasn't established a connection to the database but the code tried to do a database operation. Review anything you modified because the distribution code does open the database connection.
Hi, suddenly I couldn't go to the forum. I recieve this message: ===== Microsoft JET Database Engine error '80004005'
Cannot open any more tables.
/forum/inc_top.asp, line 42 =========== When I try this: "../forum/setup.asp" I recieve this result: ========= "There was something wrong" (in Swedish though) The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
Code : -2147467259 ========== Can anyone please help me? Cheers / Tomas
!-Keep distance in traffic-! www.whiplash.pp.se
===== Never mind the above! - I found out that it was a server problem - not a forum problem. Cheers / Tomas