Ho bisogno di passare la variabile appoggio ad una session in modo che quando faccio un aggiornamento non perda la variabile il problema e che non riesco a passare il dato correttamente mi potete aiutare?
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & server.mappath(".\dati\dati.mdb")
%>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<th><font face="Verdana" size="2">TERZI</font></th>
<th><font face="Verdana" size="2">ID</font></th>
<th><font face="Verdana" size="2">Utente</font></th>
<th><font face="Verdana" size="2">totale</font></th>
<th><font face="Verdana" size="2"> </font></th>
</tr>
<%
APPOGGIO1 =Request.QueryString("APPOGGIO1")
Set oRS = oConn.Execute("SELECT * FROM struttura where [Distr] like '%" & APPOGGIO1 & "%' ")
la fortuna aiuta la mente preparata