codice:
titolo = trim(request.querystring("titolo"))
titolo = replace(titolo, "'", "''")
StrSQL = " select * from offerte where titolo= '"& titolo &"'"
Roby