Código:
Do While Not RS.Eof
%>
<tr><td width="7%" align="center"><font size=3>
<%=RS("cod_porta_stampo")%>
</td>
<tr><td width="7%" align="center"><font size=3>
<%=RS("o_carro")%>
</td>
<tr><td width="7%" align="center"><font size=3>
<%=RS("Total")%>
</td>
<td width="7%" align="center"><font size=3>
<%=RS("Por_centaje")%>
</td></tr>
<%
RS.MoveNext
Loop
Con eso, ahora, solo por simple curiosidad, ¿por que haces esto?
AS '"&"Por_centaje"&"' y
as '"&"Total"&"', y no un simple
As Por_centaje y
As total