SELECT MEMBER_ID, M_LEVEL, M_NAME, M_PASSWORD FROM FORUM_MEMBERS WHERE M_NAME = ' ' AND M_PASSWORD = ' ' AND M_STATUS = 1 --- 1 --- 3704 : Operation is not allowed when the object is closed.SELECT F.ID As FAQid, F.Title, U.M_Name, Topic, TopicID, Authorised FROM T_FAQ F, forum_members U, T_Topics T Where F.TopicID = T.ID AND U.Member_ID = F.UserID ORDER BY T.Topic, F.Title --- 1 --- 3704 : Operation is not allowed when the object is closed.

 Frequently Asked Questions:: Contribute
Topic Title Author