hi i am having some probs with installing the forum.
i have edited the 2 common.asp files and have moved the mdb file to aa diff folder but it still wont work. this is the error that i get
ADODB.Connection.1 error '80004005'
SQLState: IM002
Native Error Code: 0
[INTERSOLV][ODBC lib] Data source name not found and no default driver specified
common.asp, line 232
i have the mdb file in a folder called asp, within that folder is a folder called forum. thats the default folder that came in the installer.
so the addres is www.yom.pwp.blueyonder.co.uk/asp/forum
the first common.asp in the forum folder i changed to the following propeties.
strDbPathAndName = Server.MapPath("/asp/dave.mdb")
and the second common.asp to
strDbPathAndName = Server.MapPath("/asp/dave.mdb")
to let you know i have the blueyonder advanced webspace which has the following things installed.
perl
php
python
asp
shell
server side includes
program locations
file permissions
script restrictions.
Thankyou