per il controllo ho risolto così:
Per l'array per l'ordine alfabetico non riesco potete aiutarmi?codice:Err.Clear On Error Resume Next sql ="ALTER TABLE tabella ADD COLUMN "&nome&" MEMO " Set rs = Server.CreateObject("ADODB.Recordset") rs.Open sql, Conn , 3 If Err.Number <> 0 Then %> nome esistente <% End If On Error GoTo 0 %> ok
Grazie
G.