Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/08/2004, 10:15
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Intentá así:


Código:
<% 
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("bdforo\bd.mdb"))

strSQL = "UPDATE Tema Set Visitas = Visitas + 1 where Id= " & Request.QueryString("Id")
oConn.Execute(strSQL)
%>
__________________
...___...