I uploaded the whole folder to the web server. Change the config.asp, using the access because I saw one snitz_forums_2000.mdb inside that folder. But, then I got this error mesg. How do I solve this? Thanks.
Error Description : SQLState: IM002 Native Error Code: 0 [INTERSOLV][ODBC lib] Data source name not found and no default driver specified
Also you need to make sure that the DB has read/write access. The default does not have this by default and you need to get your ISP to make it read/write. It is also better to place the DB in a specail folder that is away from the main site.
You then need to do as Gremlin has stated. Make sure you have Access and the correct path in the Access 2000 connection string.
It seems you're trying to use the Access database in a Linux/Unix machine, which is not possible. Either you put the Access database file in a Windows computer, and then specify the proper connection string to it, or it's probably better to use a MySQL database instead.