Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/05/2002, 15:38
Avatar de yampoo
yampoo
 
Fecha de Ingreso: noviembre-2001
Ubicación: Vilanova i la Geltrú
Mensajes: 1.942
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: está bien éste enlace.

me da error en la conexion en la linea 164... no se k le pasa.

<%
Set con = Server.CreateObject("ADODB.Connection")
Con.Open("Provider=Microsoft.Jet.OLEDB.4.0;Da ta Source=" & _
Server.MapPath("noticias.mdb"))
sql = "SELECT * FROM Noticias WHERE id=" & Request.QueryString("id") & " AND categoria=" & Request.QueryString("categoria")
set result = Con.Execute(sql)(--164--)
%>