Microsoft JET Database Engine error '80040e14'

My website's main page gave me this error this morning:
Microsoft JET Database Engine error '80040e14'
in Query Expression 'uniontable.ThreadID'
filename/MyPage.asp


Please note: uniontable is a query that union several tables in Access. ThreadID is a field in uniontable.
Anything wrong with that?

I get other error when I tried to go to other webpage:
Microsoft JET Database Engine error '80040e14'

Unknown

/face/dragonball/Forum/Forum.asp, line 203

line 203 is the open clause that try to establish the connection to the Access table.
Unknow? mean it can't find the table?

My website has been running fine with those code since the day I set up the server until this morning.

I had to restart my IIS in order to make the site back to normal.
I did some research on the internet on that error. There are so many possibilities which may cause this error. I couldn't find any of them that may match my situation.

Some says "space in table name", "reserve name being used when name my table", "table is being opened by several users".

None of them seems explain it.

 

 

 

 

Top