<%
id=Request.QueryString("id")
tarih = now()

Set foxxly = Server.CreateObject("ADODB.Recordset")
sor = "Select * from ornek WHERE id=" & id & ""
foxxly.Open sor,Sur,1,3

foxxly("tarih") = tarih
%>

bu kod gibi yap id i çek