
Alguém sabe como faço para aparecer uma figura quando a noticia já foi lida pelo usuário?
Obrigado
Posted 18/04/2006, 09:09
Posted 18/04/2006, 20:32
sql="select * from tabela where id="&id&""
set rs=connect.execute(sql)
if not rs.EOF then
sql="update tabela set lida='s' where id="&id&""
connect.execute(sql)
end if
set rs=nothing
Posted 19/04/2006, 12:56
Posted 19/04/2006, 17:44
Posted 20/04/2006, 00:40
Edição feita por: Humberto - S.O.S., 20/04/2006, 00:41.
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)