Chris Yew
Junior Member
 
134 Posts |
Posted - 15 May 2003 : 23:33:39
|
Hi, I've implemented the Content Display mod in my 3.4.03 together with David's Portal mod.
See my Portal; http://www.bettaclub.org.sg/forum/portal2.asp
When one is not loggin, the Portal below shows this;
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'T.CAT_ID > 0 AND T.FORUM_ID IN () AND F.F_STATUS = 1'.
/forum/content.asp, line 171
And line 171 of content.asp is; rs.open strSql, my_Conn, 3, adLockReadOnly, adCmdText
But once one logs on, everything works.
Why is this so? Any help is appreciated. Thank you.
Chris Yew
|
Edited by - Chris Yew on 20 May 2003 22:04:31 |
|