%@ LANGUAGE="VBScript" %> <% sqlstmt = "SELECT top 10 * FROM T_news ORDER BY Datum DESC, id DESC" set rs = connection.execute(sqlstmt) %>