Try uncommenting the one above the one you are using and change the file name in that line to reflect your new database name (Ball_Forum.asp). Be sure to comment the other one back out.
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 : 80004005
Error Description : [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
You're not by chance editing the config.asp file with FrontPage are you? You should instead right click on the file and choose to open with something else such as NotePad.
What I do, I open my site with FrontPage, then I right click on my forum files and open with NotePad. After I make my changes, I go to File and Save. I then go back to FrontPage and it will automatically overwrite the file with my changes.