How can I modify the following code so that I can display the records in a reverse order?
Code:
<!--#include file="../inc/initialize.asp"--><%
Set oConn = Server.CreateObject("ADODB.Connection")
Set oRs = Server.CreateObject("ADODB.Recordset")
entryid = request.QueryString("entryid")
if...