% Set con = Server.CreateObject("ADODB.Connection") Con.Open ("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("./db/noticias.mdb") & "; PWD=alfredo") sql = "SELECT * FROM Noticias WHERE id=" & Request.QueryString("id") & "" set result = Con.Execute(sql) %>
![]() |
![]() |
|
|
<%=result("titulo")%> <%=result("copete")%> <%=result("noticia")%> | ||||||||||||||
| |||||||||||||||