|

<%
SQL = "SELECT * FROM products where base='POUPACCUEIL' and affaire=-1 order by refnum1, datentree desc"
set rs = Server.CreateObject("ADODB.RecordSet")
rs.open SQL,Conn,3,3
if rs.recordcount > 0 then
%>
| <%=rs("titre1")%> |
<%=rs("description1")%> |
|
<%end if%>
|