come posso allegerire il server nell'utilizzare questa query?
E' possibile utilizzare un inner join?
<% Set rs = Server.CreateObject("ADODB.Recordset")
strSql1=("SELECT * FROM tab_partenze WHERE id_ogg="& rec("id_ogg") &" and public=true ")
rs.open strsql1, conn
Set rs1 = Server.CreateObject("ADODB.Recordset")
strSql2=("SELECT destinazione,localita,tipo_dispo,idop FROM tab_offerte WHERE codoff="& rs("codoff") &" and public='si' and validadal<=Date() and Validaal>=Date() ")
rs1.open strsql2, conn