per il controllo ho risolto così:
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
Per l'array per l'ordine alfabetico non riesco potete aiutarmi?
Grazie
G.