This error suggests that your Access database has become corrupted.
Access is a flat desktop file and not a proper database, so often becomes corrupted when used as a forum backend as it can not cope with the amount of reads and writes performed on the database unless.
If you have more than a handful of visitors a day you should look at using mySQL or SQL Server as the database to prevent these types of issues from happening.
As a temporary measure to get the database going, download it, open it in MS Access and select 'compact and repair database' from the Tools menu. This will hopefully fix the database.
http://forums.webwiz.net/forum_posts.asp?TID=20571
For MS Access:
1. Add 1 thread with your script
2. Get the thread_ID
3. Paste it to started_thread_ID and last_thread_ID on tblTopic
Script Note:
Line 767
new_post.asp
'****************************************** '*** Save new topic subject *** '******************************************
'Set the Lock Type for the records so that the record set is only locked when it is updated .LockType = 2
|
on other line
Save new Poll
Save poll choices
Save New Post
Update Email Notify if this is a reply
'Set the Lock Type for the records so that the record set is only locked when it is updated
.LockType = 3
Edited by myhyipforum.com - 03 November 2006 at 2:40am