codice:
search = trim(request.form("search"))
sql = "SELECT * FROM tabella WHERE nomecampo LIKE '%"& search &"%'"
Roby