Ver Mensaje Individual
  #16 (permalink)  
Antiguo 15/12/2014, 10:05
educito_94
 
Fecha de Ingreso: noviembre-2014
Ubicación: Lima-Peru
Mensajes: 22
Antigüedad: 10 años, 2 meses
Puntos: 0
Respuesta: Modificar tabla access con asp

NO estimado , sigue con el comentario :

Código HTML:
   strCommand = "UPDATE grabar SET titulo='" & request.querystring("tit")& "' , descripcion= '" & request.querystring("des")& "' , coordenadax= '" & request.querystring("coorx")& "' , coordenaday= '" & request.querystring("coory")&"'" 
      strCommand = strCommand  & " WHERE id ='" & request.querystring("id")& "'"
       
         
	  
     'objConn.Execute strCommand 
       
     Response.Write("Datos Modificados correctamente.") 
	 end if