GRAZIE DAVVERO MOLTO, L'ID L'HO RECUPERATO (IDRECUPERATO)

LA SELECT DI INSERIMENTO MI DA' ERRORE DI SINTASSI...
MA NON CAPISCO PROPRIO DOVE STIA L'ERRORE



Set rscart22=db.execute ("insert into orders (dfname,dlname,daddress1,dcity,dzip,dcountry,custd id,email,date) values('"&fname&"','"&lname&"','"&address1&"','"&c ity&"','"&zip&"','"&country&"','"&custid&"','"&ema il&"','"&data&"')")

set rscart22 = db.execute("SELECT @@IDENTITY as IDRECUPERATO from orders")
idconto = rscart22("IDRECUPERATO")