questo è vero... il db ha i dati però..
ho fatto questo ma da errore di "Command text was not set for the command object. "
codice:scelta= Request.QueryString("scelta") if scelta = "0" then sSQL = "SELECT * FROM Menu WHERE Voci='"&Voci&"'" response.write ("Voci") end if set rs = conn.execute(sSQL) if not rs.EOF then id=(rs.Fields.Item("ID").Value) end if %>

Rispondi quotando