Hi, I'm trying to insert the last 5 discussion in my homepage using this code:
<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_func_secure.asp" -->
<!--#INCLUDE FILE="inc_sha256.asp"-->
<!--#INCLUDE FILE="top.asp" -->
<!--#INCLUDE FILE="content.asp" -->
<!--#INCLUDE FILE="inc_contentdisplay.asp" -->
<%
DisplayContent 0, 0, 1, 4, 0, 2, 300, 0, 5, 0, 3, 1, " From forum", "400", "topic.asp"
%>
But I get this error when I load test.asp (which is the asp page with the code above):
Microsoft JET Database Engine error '80040e14'
Join expression not supported.
/forum/content.asp, line 123
Here's my content.asp:
www.pionca.it/content.txt
I'm using access database.
Please help me!
Thanks in advance.