I have go-daddy.com
If your forum is in a sub-directory directly under your go-daddy.com root directory, then that common.asp should look like this:
"../access_db/wwforum.mdb"
and the common.asp in the forum\admin directory should look like this:
"../../access_db/wwforum.mdb"
In other words, you need a ../ for each directory deep that your common.asp files are.
The other option would be to use a hard coded path in both files:
"d:\hosting\yourgodaddyusername\access_db\wwforum.mdb"
I used a file called "whereami.asp" from when I was running a snitz forum to figure out the path (yours may be different). Whereami.asp won't work in your access_db directory because of the permissions, but you can put it in your godaddy.com root directory and find out where it is located and just add the access_db directory to it. Just search on google for whereami.asp if you decide to go that route.
µ