Alıntı
<%
Set Objonce = Server.CreateObject("adodb.RecordSet")
sql="SELECT * from download WHERE id < "&id&" order by id desc"
Objonce.open sql, data, 1, 3
if not Objonce.eof then
%>
<a href="indir-<%=Objonce("id")%>-<%=cevir(Objonce("script_adi"))%>.html" title="Önceki Konu"> <%=Objonce("script_adi")%> </a>

<%
Objonce.movenext
end if
Objonce.close
set Objonce = nothing
%>
Bunu dene bakalım..