<%=rs("data")%>
![]() |
<%=rs("titolo")%><%=left(rs("testo"),200)%>... )">>> |
<%=rs("data")%>
![]() |
<%=rs("titolo")%><%=left(rs("testo"),200)%>... )">>> |

% sql="SELECT TOP 2 * FROM news ORDER BY news.data , news.storico" Set rs = Server.CreateObject("ADODB.Recordset") rs.Open CleanSQL(sql), conn, 3,3 %>