Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-5.0.21-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1 * FROM live Order By ID DESC' at line 1
/lajv.asp, line 15
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
</head>
<body bgcolor="#9D9DAC">
<!-- #include file="includes/db2.asp" -->
<% if Session("cminloggad") = "ja" then %>
<body background="lajv_bg.gif">
<%
[b]Set objRS = objConn.Execute("SELECT TOP 1 * FROM live Order By ID DESC")[/b]
Do While Not objRS.EOF
%>
<td style="width:100%; Font-Family: verdana, times new roman, sans-serif; font-size: 8pt;padding:1px;" class="tdbg"><marquee scrolldelay="140"><a href="?visa=profil&userId=<%=objRS("anvid")%>&ukat=press&youAre=<%=session("anvnamn")%>"><b><%=Fixbug(objRS("anvnamn"))%></b></a> - <%=Fixbug(objRS("meddelande"))%></marquee></td>
<%
objRS.MoveNext
Loop
objRS.Close : Set objRS = Nothing
%></tr>
</table></td>
<%
End IF
%>
</body>