mmmmm annamo bbene....

codice:
set Recaut = Server.CreateObject("ADODB.Recordset")


Visaaut = "SELECT distinct autore FROM [catalogo_varia_equilibri$] where autore<>'' and titolo like '" & replace(recordset("titolo"),"'","''") &"' order by autore"


response.write Visaaut


Recaut.Open Visaaut, Connect, adOpenStatic, adLockOptimistic 


response.end