oigan es urgente!!! Lo que tengo arriba (y abajo) es:
Código:
<%
Set con = Server.CreateObject("ADODB.Connection")
Con.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
Server.MapPath("**.mdb"))
sql = "SELECT * FROM Noticias WHERE id=" & Request.QueryString("id") & ""
set result = Con.Execute(sql)
%>
y luego por la página <%=result("campo")%>
esto influye?
<center><hr size="1" color="blue" width="39%">
<a href="http://www.ommadawn.es.vg" target="_blank"><font color="red">www.Ommadawn.es.vg[/CODE]</a><hr size="1" color="blue" width="39%">