Author |
Topic  |
|
Gay_Burns
Starting Member
12 Posts |
Posted - 13 May 2003 : 17:44:42
|
Hi I'm having a bit of the problem with my forum atm: http://www.thetestingground.co.uk/forum/snitz/
The original error was a <br> that I had accidentially inserted and caused the page not to appear..
But now I'm getting this message : Microsoft JET Database Engine error '80040e14'
The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
/forum/snitz/forum.asp, line 331
Now this is what is in line 331 :
rs.open strSql & strSql2 & strSql3 & strSql4, my_Conn, adOpenStatic
Any ideas? I have no asp knowledge at all!!
Thanks for all the help so far
|
|
Steve D.
Average Member
  
USA
640 Posts |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
|
Gay_Burns
Starting Member
12 Posts |
Posted - 13 May 2003 : 17:51:35
|
Steve this is the reply:
SELECT T.T_STATUS, T.CAT_ID, T.FORUM_ID, T.TOPIC_ID, T.T_VIEW_COUNT, T.T_SUBJECT, T.T_AUTHOR, T.T_STICKY, T.T_REPLIES, T.T_UREPLIES, T.T_LAST_POST, T.T_LAST_POST_AUTHOR, T.T_LAST_POST_REPLY_ID, M.M_NAME, MEMBERS_1.M_NAME AS LAST_POST_AUTHOR_NAME, T.T_ISEVENT, FROM FORUM_MEMBERS M, FORUM_TOPICS T, FORUM_MEMBERS AS MEMBERS_1 WHERE M.MEMBER_ID = T.T_AUTHOR AND T.T_LAST_POST_AUTHOR = MEMBERS_1.MEMBER_ID AND T.FORUM_ID = 3 ORDER BY T.T_LAST_POST DESC |
 |
|
Gay_Burns
Starting Member
12 Posts |
|
red1
Junior Member
 
355 Posts |
|
Steve D.
Average Member
  
USA
640 Posts |
|
Gay_Burns
Starting Member
12 Posts |
Posted - 13 May 2003 : 18:01:38
|
Thanks for all the help people!
I cant get over how quickly you boys respond ... especially to a newbie!!
THanks again for all the help. I really do appreciate it. |
 |
|
Steve D.
Average Member
  
USA
640 Posts |
|
Gay_Burns
Starting Member
12 Posts |
Posted - 13 May 2003 : 18:25:08
|
Lets just hope you dont get pissed off with me :) I'm going to be testing a lot of stuff over the next while :) |
 |
|
Gay_Burns
Starting Member
12 Posts |
|
Steve D.
Average Member
  
USA
640 Posts |
|
Steve D.
Average Member
  
USA
640 Posts |
|
|
Topic  |
|