Cioè? devo fare cosi?
querysqlA="insert into news (titolo, abstract, testo, dataIns, dataScad, nazione, utente, flagVisibile) values ('"&titolo&"', '"&abstract&"', '"&testo&"', "&dataIns&", "&dataScad&", "&nazione&", "&utente&", "&flagVisibile&" )"
conn.execute(querysqlA)
querysqlB="select @@identity as newIdNews"
set RS=conn.execute(querysqlB)